#Phalcon REST# Note: This project is under development. Develop branch stable for use.
A flexible library, consisting of interchangeable classes made for the modern REST API.
- Complex/flexible JSON formatting (Fractal, Build API's You Won't Hate)
- Google authentication (optional)
- Username authentication (optional)
- Authentication sessions (JWT)
- Access control on endpoints (Phalcon ACL)
- Documentation generator (Phalcon Annotation Reader)
- Postman REST Client Collection Export generator
Install using Composer. Not all dependencies are required.
{
"require": {
"olivierandriessen/phalcon-rest": "dev-develop",
"league/fractal": "0.12.0",
"firebase/php-jwt": "2.0.0",
"phpmailer/phpmailer": "5.2.9",
"google/apiclient": "1.1.2",
}
}
For a full implementation of the library, check out the Boilerplate application.
Documentation is coming soon.
Blog on Gettings Started with Phalcon REST
Please file issues under GitHub, or submit a pull request if you'd like to directly contribute.
0.0.3 Added Auth/Account/Email, changed user registration flow
0.0.2 Major changes
0.0.1 Major changes
###Todo###
Convert indentation to spaces- DocBlocks
- PSR-2 coding standard