README 993 B

1234567891011121314151617181920
  1. Symfony is a complete framework designed to optimize the development of web applications by way of several key features.
  2. For starters, it separates a web application's business rules, server logic, and presentation views.
  3. It contains numerous tools and classes aimed at shortening the development time of a complex web application.
  4. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application.
  5. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
  6. Symfony was written entirely in PHP 5.
  7. It has been thoroughly tested in various real-world projects, and is actually in use for high-demand e-business websites.
  8. It is compatible with most of the available databases engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server.
  9. It runs on *nix and Windows platforms.
  10. LICENSE
  11. -------
  12. see LICENSE file
  13. INSTALLATION
  14. ------------
  15. see doc/03-Running-Symfony.txt