2017 © Pedro Peláez
 

library rest

REST Api extension for Silex

image

mheap/rest

REST Api extension for Silex

  • Friday, September 21, 2012
  • by mheap
  • Repository
  • 2 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Silex-Rest

Build Status, (*1)

Installation

Create a composer.json in your projects root-directory::, (*2)

{
    "require": {
        "mheap/Silex-Rest": "*"
    }
}

and run::, (*3)

curl -s http://getcomposer.org/installer | php
php composer.phar install

More Information

Read the documentation files under /doc., (*4)

License

'Silex-Rest' is licensed under the MIT license., (*5)

The Versions

21/09 2012

dev-master

9999999-dev https://github.com/mheap/Silex-Rest

REST Api extension for Silex

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

api json xml rest silex