Aug 22, 2015
0
Level 1
Ember + PHP with JSON API
This a post describing how to integrate PHP with Ember via JSON API
There are a few projects that make PHP and Ember integration relatively easy.
- JSON API PHP This is a framework agnostic package that implements JSON API specification version v1.0
- For practical usage Limoncello Collins and Limoncello Shot could be used as quick start server apps (Laravel and Lumen based)
- Limoncello Ember works with those JSON API server apps.
The server and client support
- CRUD operations for a few sample data models and Users.
- Cross-origin requests (CORS) to API server.
- Server login (Basic Auth) and API authentication (JWT Bearer).
I would like to especially thank Christopher for his invaluable help and advice with Ember.
The cornerstone that makes it all possible is JSON API PHP implementation which was the most difficult part. If you like the project I would appreciate if you star it on github. Thank you for your support.
Please or to participate in this conversation.