Symfony

For musical composition and related terms, see Symphony (disambiguation).
Symfony
Symfony Welcome Page
Original author(s) Fabien Potencier
Developer(s) Symfony contributors, SensioLabs
Initial release 22 October 2005 (2005-10-22)
Stable release
3.1.5[1] / 30 May 2016 (2016-05-30)
Repository github.com/symfony/symfony
Development status Active
Written in PHP
Operating system Cross-platform
Type Web application framework
License MIT license
Website symfony.com

Symfony is a PHP web application framework and a set of reusable PHP components/libraries. Symfony was published as free software on October 18, 2005 and released under the MIT license.

Goal

Symfony aims to speed up the creation and maintenance of web applications and to replace repetitive coding tasks.

Symfony has a low performance overhead used with a bytecode cache.

Symfony is aimed at building robust applications in an enterprise context, and aims to give developers full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. To match enterprise development guidelines, Symfony is bundled with additional tools to help developers test, debug and document projects.

Technical

Symfony was heavily inspired by other web application frameworks such as Ruby on Rails, Django, and Spring.[2]

Symfony makes heavy use of existing PHP open-source projects as part of the framework, including:

Symfony also makes use of its own components, which are freely available on the Symfony Components site for various other projects:

Sponsors

Symfony is sponsored by SensioLabs, a French software developer and professional services provider.[4] The first name was Sensio Framework,[5] and all classes were prefixed with sf. Later on when it was decided to launch it as open source framework, the brainstorming resulted in the name symfony (being renamed to Symfony from version 2 and on), the name which depicts the theme and class name prefixes.[6]

Real-world usage

Symfony's own website has a comprehensive list of projects using Symfony and a showcase of websites built with Symfony

Releases

Color Meaning
Red Release no longer supported
Green Release still supported
Blue Future release

Symfony manages its releases through a time-based model; a new Symfony release comes out every six months: one in May and one in November.
This release process has been adopted as of Symfony 2.2, and all the "rules" explained in this document must be strictly followed as of Symfony 2.4.

The standard version of Symfony is maintained for eight months, whereas long-term support (LTS) versions are supported for three years. A new LTS release is published biennially.[16]

Version Release date Support PHP version End of maintenance Notes
1.0 January 2007 Three years ≥ 5.0 January 2010
1.1 June 2008 One year ≥ 5.1 June 2009 Security-related patches were applied until June 2010
1.2 December 2008 One year ≥ 5.2 November 2009
1.3 November 2009 One year ≥ 5.2.4 November 2010
1.4 November 2009 Three years ≥ 5.2.4 November 2012 LTS version. 1.4 is identical to 1.3, but it does not support the 1.3 deprecated features.[17]
2.0[18] July 2011[19] ≥ 5.3.2 March 2013 Last 2.0.x release was Symfony 2.0.25[20]
2.1[21] September 2012 Eight months ≥ 5.3.3 June 2013 More components are part of the stable API.
2.2 March 2013 Eight months ≥ 5.3.3 November 2013 Various new features.[22]
2.3 June 2013 Three years ≥ 5.3.3 May 2016 The first LTS release, only three months development, normally six months.[23]
2.4 November 2013 Eight months ≥ 5.3.3 July 2014 The first 2.x branch release with complete backwards compatibility.[24]
2.5 May 2014 Eight months ≥ 5.3.3 January 2015
2.6 November 2014 Eight months ≥ 5.3.3 July 2015
2.7 May 2015 Three years ≥ 5.3.9 May 2018 LTS release.
2.8 November 2015 Three years ≥ 5.3.9 November 2018 LTS release.
3.0 November 2015 Eight months ≥ 5.5.9 July 2016
3.1 May 2016 Eight months ≥ 5.5.9 January 2017
3.2 November 2016 Eight months ≥ 5.5.9 July 2017
3.3 May 2017 Eight months ≥ 5.5.9 January 2018
3.4 November 2017 Three years ≥ 5.5.9 November 2020 LTS release.

See also

References

Further reading

Wikimedia Commons has media related to Symfony.
This article is issued from Wikipedia - version of the 10/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.