1
1
README
2
2
======
3
3
4
- What is Symfony ?
5
- ----------------
4
+ What is Symfony2 ?
5
+ -----------------
6
6
7
- Symfony is a PHP 5.3 full-stack web framework. It is written with speed and
7
+ Symfony2 is a PHP 5.3 full-stack web framework. It is written with speed and
8
8
flexibility in mind. It allows developers to built better and easy to maintain
9
9
websites with PHP.
10
10
@@ -14,36 +14,14 @@ to high traffic ones like Dailymotion or Yahoo! Answers.
14
14
High Performance
15
15
----------------
16
16
17
- Built with performance in mind, Symfony 2 is one of the fastest PHP
18
- frameworks. It is up to 3 times faster than symfony 1.4 or Zend Framework 1.10
19
- and consumes half the memory.
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
20
21
21
Requirements
22
22
------------
23
23
24
- Symfony is only supported on PHP 5.3.0 and up.
25
-
26
- Tests
27
- -----
28
-
29
- To run the Symfony test suite, you need PHPUnit 3.5 or later.
30
-
31
- If you want to run the tests that depend on external dependencies, the test
32
- suite needs to be able to autoload them. By default, they are autoloaded from
33
- a `vendor/` directory under the main root directory (see `autoload.php.dist`).
34
- To put them in a different directory, create your own `autoload.php` file.
35
-
36
- A working `vendor/` directory looks like the following:
37
-
38
- * `doctrine/`
39
- * `doctrine-migrations`
40
- * `phing/`
41
- * `propel/`
42
- * `swiftmailer/`
43
- * `twig/`
44
- * `zend/`
45
-
46
- Note that the code coverage only works if you have all dependencies installed.
24
+ Symfony2 is only supported on PHP 5.3.2 and up.
47
25
48
26
Documentation
49
27
-------------
@@ -53,9 +31,8 @@ Symfony 2.0 is still in the early stages of development, but the
53
31
54
32
The "Quick Tour" tutorial barely scratches the surface of Symfony 2.0 but it
55
33
gives you a first feeling of the framework. If, like us, you think that
56
- Symfony 2.0 can help speed up your development and take the quality of your
57
- work to the next level, visit the official [Symfony 2 website][2] to learn
58
- more.
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.
59
36
60
37
[1]: http://symfony-reloaded.org/learn
61
38
[2]: http://symfony-reloaded.org/
0 commit comments