• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Dec-2021-

.github/H19-May-2021-357299

src/Symfony/H19-May-2021-839,637653,299

.appveyor.ymlH A D19-May-20213.9 KiB8176

.editorconfigH A D19-May-2021286 2015

.gitignoreH A D19-May-2021121 109

.php_cs.distH A D19-May-20211.8 KiB4542

.travis.ymlH A D19-May-202113 KiB323288

CHANGELOG-3.0.mdH A D19-May-202143.9 KiB567542

CHANGELOG-3.1.mdH A D19-May-202136.5 KiB479452

CHANGELOG-3.2.mdH A D19-May-202150 KiB644607

CHANGELOG-3.3.mdH A D19-May-202159 KiB742702

CHANGELOG-3.4.mdH A D19-May-2021120 KiB1,5651,449

CODE_OF_CONDUCT.mdH A D19-May-20213.4 KiB8465

CONTRIBUTING.mdH A D19-May-20211,015 2722

CONTRIBUTORS.mdH A D19-May-202161 KiB2,7572,754

LICENSEH A D19-May-20211 KiB2016

README.mdH A D19-May-20212.9 KiB7762

UPGRADE-3.0.mdH A D19-May-202152 KiB1,9621,460

UPGRADE-3.1.mdH A D19-May-20216.1 KiB216158

UPGRADE-3.2.mdH A D19-May-20217.7 KiB277206

UPGRADE-3.3.mdH A D19-May-202113.7 KiB393276

UPGRADE-3.4.mdH A D19-May-202117.6 KiB500358

UPGRADE-4.0.mdH A D19-May-202136.9 KiB1,145807

composer.jsonH A D19-May-20215.2 KiB141140

linkH A D19-May-20213.3 KiB9361

phpunitH A D19-May-20211.3 KiB3228

phpunit.xml.distH A D19-May-20213.3 KiB7973

README.md

1<p align="center"><a href="https://symfony.com" target="_blank">
2    <img src="https://symfony.com/logos/symfony_black_02.svg">
3</a></p>
4
5[Symfony][1] is a **PHP framework** for web and console applications and a set of reusable
6**PHP components**. Symfony is used by thousands of web applications (including
7BlaBlaCar.com and Spotify.com) and most of the [popular PHP projects][2] (including
8Drupal and Magento).
9
10Installation
11------------
12
13* [Install Symfony][4] with Composer (see [requirements details][3]).
14* Symfony follows the [semantic versioning][5] strictly, publishes "Long Term
15  Support" (LTS) versions and has a [release process][6] that is predictable and
16  business-friendly.
17
18Documentation
19-------------
20
21* Read the [Getting Started guide][7] if you are new to Symfony.
22* Try the [Symfony Demo application][23] to learn Symfony in practice.
23* Master Symfony with the [Guides and Tutorials][8], the [Components docs][9]
24  and the [Best Practices][10] reference.
25
26Community
27---------
28
29* [Join the Symfony Community][11] and meet other members at the [Symfony events][12].
30* [Get Symfony support][13] on Stack Overflow, Slack, IRC, etc.
31* Follow us on [GitHub][14], [Twitter][15] and [Facebook][16].
32* Read our [Code of Conduct][24] and meet the [CARE Team][25].
33
34Contributing
35------------
36
37Symfony is an Open Source, community-driven project with thousands of
38[contributors][19]. Join them [contributing code][17] or [contributing documentation][18].
39
40Security Issues
41---------------
42
43If you discover a security vulnerability within Symfony, please follow our
44[disclosure procedure][20].
45
46About Us
47--------
48
49Symfony development is sponsored by [SensioLabs][21], led by the
50[Symfony Core Team][22] and supported by [Symfony contributors][19].
51
52[1]: https://symfony.com
53[2]: https://symfony.com/projects
54[3]: https://symfony.com/doc/current/reference/requirements.html
55[4]: https://symfony.com/doc/current/setup.html
56[5]: http://semver.org
57[6]: https://symfony.com/doc/current/contributing/community/releases.html
58[7]: https://symfony.com/doc/current/page_creation.html
59[8]: https://symfony.com/doc/current/index.html
60[9]: https://symfony.com/doc/current/components/index.html
61[10]: https://symfony.com/doc/current/best_practices/index.html
62[11]: https://symfony.com/community
63[12]: https://symfony.com/events/
64[13]: https://symfony.com/support
65[14]: https://github.com/symfony
66[15]: https://twitter.com/symfony
67[16]: https://www.facebook.com/SymfonyFramework/
68[17]: https://symfony.com/doc/current/contributing/code/index.html
69[18]: https://symfony.com/doc/current/contributing/documentation/index.html
70[19]: https://symfony.com/contributors
71[20]: https://symfony.com/security
72[21]: https://sensiolabs.com
73[22]: https://symfony.com/doc/current/contributing/code/core_team.html
74[23]: https://github.com/symfony/symfony-demo
75[24]: https://symfony.com/coc
76[25]: https://symfony.com/doc/current/contributing/code_of_conduct/care_team.html
77