Symfony

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Symfony

Symfony default project
Developed by Sensio Labs
Latest release 1.2.5 / 2009-03-29; 16 days ago
Operating system Cross-platform
Type Web application framework
License MIT License
Website symfony-project.org

Symfony is a web application framework written in PHP which 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]

Contents

[edit] Goal

Symfony aims to speed up the creation and maintenance of web applications and to replace repetitive coding tasks. It requires a few prerequisites for installation: Unix, Linux, Mac OS or Microsoft Windows with a web server and PHP 5 installed. It is currently compatible with the following Object-relational mappings: Propel and Doctrine.[citation needed]

Symfony has low performance overheads when dealing with an environment that supports a PHP accelerator. It should be noted however, that in typical shared hosting environments where a PHP accelerator is not available, Symfony suffers from a relatively high performance overhead.[citation needed]

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]

[edit] Technical

Symfony makes use of many common and well understood enterprise design patterns, such as Model-View-Controller. Symfony was heavily inspired by other Web Application Frameworks such as Ruby On Rails.

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

It also includes a number of Open Source Javascript frameworks and libraries:

As of Symfony release 1.2, no Javascript framework is selected as the default, leaving inclusion and implementation of a Javascript library to the developer.

[edit] Sponsors

Symfony is sponsored by Sensio, a French web agency.[2] The first name was Sensio Framework[3], 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, the name which depicts the theme and class name prefixes.[4]

[edit] Real-world usage

Symfony is used by the open-source Q&A service Askeet and many more applications, including Delicious and the 20 million users of Yahoo Bookmarks. As of February 2009, Dailymotion has ported part of its code to use Symfony, and is continuing the transition.

[edit] Development Roadmap

The upcoming new release version of Symfony will include new features such as:

  • A new form generation framework, first introduced in version 1.2
  • A new admin generator (referred to as scaffolding in Rails) which makes use of the new form framework' and is no longer implemented as a helper.
  • Object relationship mapping declared in a separate plugin, rather then being integrated into the ORM
  • Choice of ORM (Doctorine or Propel, or a combination of the two)
  • Classes re-factored for looser coupling between objects, allowing for more user flexibility in using objects and less dependencies (similar in principle to the Zend Framework).
  • Routing rules and route objects more closely follow REST design principals.

[edit] Releases

Color Meaning
Red Old release; not supported
Yellow Old release; still supported
Green Current release
Blue Future release
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
1.2 December 2008 1 year >= 5.2 November 2009
1.3 November 2009 (planned) 1 year >= 5.2 November 2010

[edit] See also

[edit] References

[edit] Further reading

  • Potencier, Fabien and Zaninotto, François. (2007). The Definitive Guide to symfony. Apress. ISBN 1590597869.
  • Potencier, Fabien. (2009). Practical symfony (2009). Available online from Lulu. (Doctrine , Propel and Spanish editions available).

[edit] External links

Personal tools