This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/README.md

79 lines
3.0 KiB
Markdown
Raw Normal View History

2017-02-23 11:51:11 +00:00
<p align="center"><a href="https://symfony.com" target="_blank">
<img src="https://symfony.com/logos/symfony_black_02.svg">
</a></p>
[Symfony][1] is a **PHP framework** for web and console applications and a set of reusable
2017-02-23 11:51:11 +00:00
**PHP components**. Symfony is used by thousands of web applications (including
BlaBlaCar.com and Spotify.com) and most of the [popular PHP projects][2] (including
Drupal and Magento).
2013-01-18 12:28:05 +00:00
2011-05-24 16:27:37 +01:00
Installation
------------
* [Install Symfony][4] with Composer (see [requirements details][3]).
2017-02-23 11:51:11 +00:00
* Symfony follows the [semantic versioning][5] strictly, publishes "Long Term
Support" (LTS) versions and has a [release process][6] that is predictable and
business-friendly.
2011-05-24 16:27:37 +01:00
Documentation
-------------
2017-02-23 11:51:11 +00:00
* Read the [Getting Started guide][7] if you are new to Symfony.
* Try the [Symfony Demo application][23] to learn Symfony in practice.
2021-04-04 15:42:37 +01:00
* Discover Symfony ecosystem in detail with [Symfony The Fast Track][26].
2017-02-23 11:51:11 +00:00
* Master Symfony with the [Guides and Tutorials][8], the [Components docs][9]
and the [Best Practices][10] reference.
2017-02-23 11:51:11 +00:00
Community
---------
2016-12-18 18:50:35 +00:00
2017-02-23 11:51:11 +00:00
* [Join the Symfony Community][11] and meet other members at the [Symfony events][12].
2017-03-08 06:48:13 +00:00
* [Get Symfony support][13] on Stack Overflow, Slack, IRC, etc.
2017-02-23 11:51:11 +00:00
* Follow us on [GitHub][14], [Twitter][15] and [Facebook][16].
2020-07-28 20:52:15 +01:00
* Read our [Code of Conduct][24] and meet the [CARE Team][25].
2016-12-18 18:50:35 +00:00
2017-02-23 11:51:11 +00:00
Contributing
------------
2017-02-23 11:51:11 +00:00
Symfony is an Open Source, community-driven project with thousands of
[contributors][19]. Join them [contributing code][17] or [contributing documentation][18].
Security Issues
---------------
If you discover a security vulnerability within Symfony, please follow our
[disclosure procedure][20].
About Us
--------
2017-04-27 19:23:38 +01:00
Symfony development is sponsored by [SensioLabs][21], led by the
2017-02-23 11:51:11 +00:00
[Symfony Core Team][22] and supported by [Symfony contributors][19].
[1]: https://symfony.com
[2]: https://symfony.com/projects
[3]: https://symfony.com/doc/current/reference/requirements.html
[4]: https://symfony.com/doc/current/setup.html
[5]: https://semver.org
2017-02-23 11:51:11 +00:00
[6]: https://symfony.com/doc/current/contributing/community/releases.html
[7]: https://symfony.com/doc/current/page_creation.html
[8]: https://symfony.com/doc/current/index.html
[9]: https://symfony.com/doc/current/components/index.html
[10]: https://symfony.com/doc/current/best_practices/index.html
[11]: https://symfony.com/community
[12]: https://symfony.com/events/
[13]: https://symfony.com/support
[14]: https://github.com/symfony
[15]: https://twitter.com/symfony
[16]: https://www.facebook.com/SymfonyFramework/
[17]: https://symfony.com/doc/current/contributing/code/index.html
[18]: https://symfony.com/doc/current/contributing/documentation/index.html
[19]: https://symfony.com/contributors
[20]: https://symfony.com/security
[21]: https://sensiolabs.com
[22]: https://symfony.com/doc/current/contributing/code/core_team.html
[23]: https://github.com/symfony/symfony-demo
[24]: https://symfony.com/coc
[25]: https://symfony.com/doc/current/contributing/code_of_conduct/care_team.html
2021-04-04 15:42:37 +01:00
[26]: https://symfony.com/book