How to Connect on a Rest API?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
crismugisho
User
Posts: 2

How to Connect on a Rest API?

Post by crismugisho »

Hi all, The backend is made in Symfony with API Platform which generates the REST API. How can I connect to the REST API in order to develop my client application with PHPMaker?


arbei
User
Posts: 9384

Post by arbei »

You may use any PHP HTTP Client such as Guzzle to connect to your REST API.


Post Reply