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
a238971e
Commit
a238971e
authored
May 25, 2012
by
Ricard Clau
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master'
parents
34ddab52
87e0d21c
Changes
1
Hide 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 @
a238971e
...
@@ -9,7 +9,7 @@ Silex is a simple web framework to develop simple websites based on
...
@@ -9,7 +9,7 @@ Silex is a simple web framework to develop simple websites based on
```
php
```
php
<?php
<?php
require_once
__DIR__
.
'/
silex.phar
'
;
require_once
__DIR__
.
'/
../vendor/autoload.php
'
;
$app
=
new
Silex\Application
();
$app
=
new
Silex\Application
();
...
@@ -20,12 +20,12 @@ $app->get('/hello/{name}', function ($name) use ($app) {
...
@@ -20,12 +20,12 @@ $app->get('/hello/{name}', function ($name) use ($app) {
$app
->
run
();
$app
->
run
();
```
```
Silex works with PHP 5.3.
2
or later.
Silex works with PHP 5.3.
3
or later.
## Installation
## Installation
Installing Silex is as easy as it can get. Download the
[
`silex.
phar`
][
2
]
file
Installing Silex is as easy as it can get. Download the
[
`silex.
zip`
][
2
]
file,
and you're done!
extract it,
and you're done!
## More Information
## More Information
...
@@ -44,5 +44,5 @@ To run the test suite, you need [composer](http://getcomposer.org) and
...
@@ -44,5 +44,5 @@ To run the test suite, you need [composer](http://getcomposer.org) and
Silex is licensed under the MIT license.
Silex is licensed under the MIT license.
[
1
]:
http://symfony.com
[
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
[
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