About symfony
Symfony is an open-source web framework written in PHP5. Based on the best practices of web development, thoroughly tried on several active websites, symfony aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.
If you have been looking for a Rails/Django-like framework for PHP projects with features such as:
- simple templating and helpers
- cache management
- multiple environments support
- deployment management
- scaffolding
- smart URLs
- multilingual and I18N support
- object model and MVC separation
- Ajax support
...where all elements work seamlessly together, then symfony is made for you.
Its very small number of prerequisites make it easy to install on any configuration; you just need Unix or Windows with a web server and PHP 5 installed. It is compatible with almost every database system. In addition, it has a very small overhead, so the benefits of the framework don't come at the cost of an increase in hosting costs.
Using symfony is so natural and easy for people used to PHP and the design patterns of Internet applications that the learning curve is reduced to less than a day. The clean design and code readability will keep your delays short. Developers can apply agile development principles (such as DRY, KISS or the XP philosophy), focus on the application logic and avoid wasting time writing endless XML configuration files.
Symfony is aimed at building robust applications in an enterprise context. This means that you have full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. To match your enterprise's development guidelines, symfony is bundled with additional tools to help you test, debug and document your project.
Last but not least, by choosing symfony you get the benefits of an active open-source community. It is entirely free and published under the MIT license.
Symfony is sponsored by Sensio, a French Web Agency well known for its innovative views on web development.
|