Download the PHP package brenodouglas/react-restify without Composer
On this page you can find all versions of the php package brenodouglas/react-restify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brenodouglas/react-restify
More information about brenodouglas/react-restify
Files in brenodouglas/react-restify
Download brenodouglas/react-restify
More information about brenodouglas/react-restify
Files in brenodouglas/react-restify
Vendor brenodouglas
Package react-restify
Short Description Create RESTful API with ReactPHP
License MIT
Package react-restify
Short Description Create RESTful API with ReactPHP
License MIT
Please rate this library. Is it a good library?
Informations about the package react-restify
React-Restify
RESTful api made easy for ReactPHP, seriously.
Instalation
In your composer.json
"require" : {
"capmousse/react-restify": "dev-master"
},
Create server
Here is an exemple of a simple HTTP server replying to all get call like http://127.0.0.1:1337/hello/you
More examples can be found on the example directory like the Todo example, the most complete
Design goals
React-Restify was primary made to build RESTful api easily. It can be used like Silex, but without the framework part.
Next part will be to support Sockets, Upgrade Requests... to create a real time API server.
Licence
MIT, see LICENCE file
All versions of react-restify with dependencies
PHP Build Version
Package Version
The package brenodouglas/react-restify contains the following files
Loading the files please wait ....