Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

neomerx's avatar

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.

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.

0 likes
0 replies

Please or to participate in this conversation.