| Line | |
|---|
| 1 |
README |
|---|
| 2 |
====== |
|---|
| 3 |
|
|---|
| 4 |
What is Symfony2? |
|---|
| 5 |
----------------- |
|---|
| 6 |
|
|---|
| 7 |
Symfony2 is a PHP 5.3 full-stack web framework. It is written with speed and |
|---|
| 8 |
flexibility in mind. It allows developers to built better and easy to maintain |
|---|
| 9 |
websites with PHP. |
|---|
| 10 |
|
|---|
| 11 |
Symfony can be used to develop all kind of websites, from your personal blog |
|---|
| 12 |
to high traffic ones like Dailymotion or Yahoo! Answers. |
|---|
| 13 |
|
|---|
| 14 |
High Performance |
|---|
| 15 |
---------------- |
|---|
| 16 |
|
|---|
| 17 |
Built with performance in mind, Symfony2 is one of the fastest PHP frameworks. |
|---|
| 18 |
It is up to 3 times faster than symfony 1.4 or Zend Framework 1.10 and |
|---|
| 19 |
consumes half the memory. |
|---|
| 20 |
|
|---|
| 21 |
Requirements |
|---|
| 22 |
------------ |
|---|
| 23 |
|
|---|
| 24 |
Symfony2 is only supported on PHP 5.3.2 and up. |
|---|
| 25 |
|
|---|
| 26 |
Documentation |
|---|
| 27 |
------------- |
|---|
| 28 |
|
|---|
| 29 |
Symfony 2.0 is still in the early stages of development, but the |
|---|
| 30 |
"[Quick Tour][1]" tutorial can get you started fast. |
|---|
| 31 |
|
|---|
| 32 |
The "Quick Tour" tutorial barely scratches the surface of Symfony 2.0 but it |
|---|
| 33 |
gives you a first feeling of the framework. If, like us, you think that |
|---|
| 34 |
Symfony2 can help speed up your development and take the quality of your work |
|---|
| 35 |
to the next level, visit the official [Symfony2 website][2] to learn more. |
|---|
| 36 |
|
|---|
| 37 |
[1]: http://symfony.com/get_started |
|---|
| 38 |
[2]: http://symfony.com/ |
|---|