Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
87e0d21c
Commit
87e0d21c
authored
May 25, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated README
parent
55c9c06b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
87e0d21c
...
...
@@ -9,7 +9,7 @@ Silex is a simple web framework to develop simple websites based on
```
php
<?php
require_once
__DIR__
.
'/
silex.phar
'
;
require_once
__DIR__
.
'/
../vendor/autoload.php
'
;
$app
=
new
Silex\Application
();
...
...
@@ -20,12 +20,12 @@ $app->get('/hello/{name}', function ($name) use ($app) {
$app
->
run
();
```
Silex works with PHP 5.3.
2
or later.
Silex works with PHP 5.3.
3
or later.
## Installation
Installing Silex is as easy as it can get. Download the
[
`silex.
phar`
][
2
]
file
and you're done!
Installing Silex is as easy as it can get. Download the
[
`silex.
zip`
][
2
]
file,
extract it,
and you're done!
## More Information
...
...
@@ -44,5 +44,5 @@ To run the test suite, you need [composer](http://getcomposer.org) and
Silex is licensed under the MIT license.
[
1
]:
http://symfony.com
[
2
]:
http://silex.sensiolabs.org/get/silex.
phar
[
2
]:
http://silex.sensiolabs.org/get/silex.
zip
[
3
]:
http://silex.sensiolabs.org/documentation
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment