Use API-Platform with Symfony MicroFramework.
The main goal of this project is to:
- Expose in minutes an HyperMedia REST-API that embraces open web standards (JSON-LD, Hydra, JWT, HTML5, ...)
- Show a beautiful code as clear and well-structured as possible, that follow Symfony & PHP Best Practices
- Be Quite Damn Fast (with the help of Symfony MicroFramework and Angular2 project, that will come soon on a separated repo)
Create a new project with Composer.
composer create-project 3kynox/micro-api-platform
TODO: Write Usage
- Finish project structure according to an official Symfony fresh project
- Integrating api-platform project
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Credits remains to @3kynox and @dunglas for his wonderful api-platform project.
This project is under the MIT license.