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
33061c8f
Commit
33061c8f
authored
Jun 23, 2012
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recommend composer in README
parent
8150e2ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
README.md
README.md
+11
-2
No files found.
README.md
View file @
33061c8f
...
...
@@ -24,8 +24,17 @@ Silex works with PHP 5.3.3 or later.
## Installation
Installing Silex is as easy as it can get. Download the
[
`silex.zip`
][
2
]
file,
extract it, and you're done!
The recommended way to install Silex is
[
through
composer](http://getcomposer.org). Just create a
`composer.json`
file and
run the
`php composer.phar install`
command to install it:
{
"require": {
"silex/silex": "1.0.*"
}
}
Alternatively, you can download the
[
`silex.zip`
][
2
]
file and extract it.
## More Information
...
...
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