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
55bbb1ef
Commit
55bbb1ef
authored
Apr 11, 2015
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpated odcs
parent
274ebbe9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
README.rst
README.rst
+1
-1
doc/changelog.rst
doc/changelog.rst
+1
-0
doc/intro.rst
doc/intro.rst
+2
-2
No files found.
README.rst
View file @
55bbb1ef
...
...
@@ -18,7 +18,7 @@ components`_:
$app->run();
Silex works with PHP 5.
3.3
or later.
Silex works with PHP 5.
5.9
or later.
Installation
------------
...
...
doc/changelog.rst
View file @
55bbb1ef
...
...
@@ -4,6 +4,7 @@ Changelog
2.0.0 (2014-XX-XX)
------------------
* bumped minimum version of PHP to 5.5.0
* Updated Pimple to 3.0
* Updated session listeners to extends HttpKernel ones
* [BC BREAK] Locale management has been moved to LocaleServiceProvider which must be registered
...
...
doc/intro.rst
View file @
55bbb1ef
Introduction
============
Silex is a PHP microframework
for PHP 5.3. It is built on the shoulders of
`
Symfony2`_ and `
Pimple`_ and also inspired by `Sinatra`_.
Silex is a PHP microframework
. It is built on the shoulders of `Symfony2`_ and
`Pimple`_ and also inspired by `Sinatra`_.
A microframework provides the guts for building simple single-file apps. Silex
aims to be:
...
...
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