Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 390 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 390 Bytes

#React-Restify This fork accepts json instead of form-encoded post and put data

RESTful api made easy for ReactPHP, seriously.

##Instalation In your composer.json

"require"       : {
    "xlizard/react-restify": "dev-master"
},

Please see the original repo for usage. https://github.com/CapMousse/React-Restify

##Licence

MIT, see LICENCE file