mheap / rest
This package is abandoned and no longer maintained.
No replacement package was suggested.
REST Api extension for Silex
dev-master
2012-09-21 12:35 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- silex/silex: *
- twig/twig: *
This package is auto-updated.
Last update: 2020-11-26 18:17:04 UTC
README
Installation
Create a composer.json in your projects root-directory::
{
"require": {
"mheap/Silex-Rest": "*"
}
}
and run::
curl -s http://getcomposer.org/installer | php
php composer.phar install
More Information
Read the documentation files under /doc.
License
'Silex-Rest' is licensed under the MIT license.