Symfony
Symfony2 Standard Edition welcome page |
|
| Developer(s) | Sensio Labs |
|---|---|
| Initial release | October 22, 2005 |
| Stable release | 2.2.0 / March 1, 2013 |
| Preview release | 2.2.0 RC3 / February 24, 2013 |
| Written in | PHP |
| Operating system | Cross-platform |
| Type | Web application framework |
| License | MIT License |
| Website | symfony.com |
Symfony is a web application framework written in PHP that follows the model–view–controller (MVC) paradigm. Released under the MIT license, Symfony is free software. The symfony-project.com website launched on October 18, 2005.[1]
Symfony should not be confused with Symphony CMS, the Open Source XML/XSLT content management system.
Contents |
Goal [edit]
Symfony aims to speed up the creation and maintenance of web applications and to replace repetitive coding tasks. It is currently compatible with the following object-relational mappings: Propel and Doctrine.[2]
Symfony has low performance overheads when dealing with an environment that supports 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.[citation needed]
Technical [edit]
Symfony makes use of many common and well understood design patterns, such as Model-View-Controller. Symfony was heavily inspired by other Web Application Frameworks such as Ruby On Rails, Django, and Spring.[3]
Symfony makes heavy use of existing PHP open-source projects as part of the framework, including:
- Propel or Doctrine, as Object Relational Mapping layer
- PDO Database abstraction layer (1.1, with Doctrine and Propel 1.3)
- PHPUnit, unit tester
- Twig, Flexible templating engine
- Swift Mailer, a mail library
Symfony also makes use of its own components, which are freely available on the Symfony Components site for various other projects:
- Symfony YAML, a yaml parser based upon Spyc
- Symfony Event Dispacher
- Symfony Dependency Injector, a Dependency Injector
- Symfony Templating, a templating engine
Using plugins, Symfony is able to support JavaScript frameworks and many more PHP projects, such as:
- Prototype or jQuery, as JavaScript framework
- script.aculo.us, for visual effects
- PHP Less, a CSS parser based upon Less
- TinyMCE or CKEditor, for Rich Text Editing
- TCPDF, PHP library for generating PDF documents
As of Symfony release 1.2, no JavaScript framework is selected as the default, leaving inclusion and implementation of a JavaScript library to the developers.
Sponsors [edit]
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[clarification needed] the theme and class name prefixes.[6]
Real-world usage [edit]
Symfony is used by the open-source Q&A service Askeet and many more applications, including Delicious[7] and the 20 million users of Yahoo! Bookmarks.[8] As of February 2009, Dailymotion.com has ported part of its code to use Symfony, and is continuing the transition.[9] Symfony2 is used by OpenSky, a social shopping platform, and the Symfony framework is also used by the massively multiplayer online browser game eRepublik, and by the content management framework eZ Publish in version 5.[10] Drupal 8 also has incorporated components of Symfony in its next release.[11]
Releases [edit]
| 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.
Each Symfony version is maintained for a fix period of time, depending on the type of the release.
A standard release is maintained for an eight months period.
Every two years, a new Long Term Support Release (aka LTS release) is published. Each LTS release is supported for a three-year period.[12]
| Version | Release date | Support | PHP version | End of maintenance | Notes |
|---|---|---|---|---|---|
| 1.0 | January 2007 | 3 years | >= 5.0 | January 2010 | |
| 1.1 | June 2008 | 1 year | >= 5.1 | June 2009 | security-related patches were applied until June 2010 |
| 1.2 | December 2008 | 1 year | >= 5.2 | November 2009 | |
| 1.3 | November 2009 | 1 year | >= 5.2.4 | November 2010 | |
| 1.4 | November 2009 | 3 years | >= 5.2.4 | November 2012 | LTS version. 1.4 is identical to 1.3, but does not support the 1.3 deprecated features.[13] |
| 2.0[14] | July 2011[15] | >= 5.3.2 | March 2013 | Last 2.0.x release was Symfony 2.0.23[16] | |
| 2.1[17] | September 2012 | 8 months | >= 5.3.3 | April 2013 | More components are part of the stable API. |
| 2.2 | March 2013 | 8 months | >= 5.3.3 | November 2013 | Various new features [18] |
| 2.3 | May 2013 | 3 years | May 2016 | (the first LTS) will be released at the end of May 2013; |
See also [edit]
References [edit]
- ^ Symfony Web PHP Framework » Blog » Two years of symfony
- ^ The symfony and Doctrine book
- ^ http://symfony-reloaded.org/
- ^ Learn symfony: A Beginner's Tutorial
- ^ Symfony framework forum: General discussion => New symfony tagline brainstorming
- ^ Comments by Sensio Owner
- ^ Symfony Blog - Delicious Preview built with symfony
- ^ Symfony Blog - Yahoo! Bookmarks uses symfony
- ^ Symfony Blog - Dailymotion, powered by symfony
- ^ http://symfony.com/blog/symfony2-meets-ez-publish-5
- ^ http://symfony.com/blog/symfony2-meets-drupal-8
- ^ [1]
- ^ Symfony Blog - About symfony 1.3 and 1.4
- ^ Symfony blog - Why will Symfony 2.0 finally use PHP 5.3?
- ^ Symfony blog - Symfony2 release
- ^ [2]
- ^ Symfony 2.1.0 released
- ^ [3]
Further reading [edit]
- Potencier, Fabien and Zaninotto, François. (2007). The Definitive Guide to symfony. Apress. ISBN 1-59059-786-9.
- Potencier, Fabien. (2009). Practical symfony (2009). Sensio Labs Books. Doctrine edition, ISBN 978-2-918390-06-0, Propel edition, 978-2918390077, and Spanish edition available on lulu.com.
- Fabien Potencier, Hugo Hamon: Symfony, Mieux développer en PHP avec symfony 1.2 et Doctrine, Eyrolles 2009, ISBN 978-2-212-12494-1, French
- Tim Bowler, Wojciech Bancer (2009). Symfony 1.3 Web Application Development, Packt. ISBN 978-1-84719-456-5.
External links [edit]
- Symfony Project Homepage
- Symfony 1.4 Documentation
- Symfony2 Homepage
- Symfony2 News Updates
- Symfonians.net - A Community of Projects Using the Symfony Framework
- Mobicules.com - CodeIgniter vs Symfony - quick roundup
- Symfony at the Open Directory Project
|
|||||||||||||||||||||||||||||||||||||||||