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

Aronaman's avatar

integration

hyy guys i finish my booking site and i want to integrate with Erp local network. the owner of the ERP ask me if i make api for my app ?

when i build the app i used api for my self, for ajax. should i make new api using laravel passport and test using postman?

is there any real world example for integration?

can any body explain in detail please and share some resource to read.

thanks in adavance

0 likes
1 reply
automica's avatar

@aronaman theres not much on Laracasts on api creation but this one (whilst being old) is still a good watch https://laracasts.com/series/incremental-api-development

As regards to postman, once you’ve downloaded and register it, you will be prompted to some resources and tutorials about how to define refine requests and write api tests.

As for the specifics of your ERP, you’ll be best asking the owner what endpoints they are expecting to get data from and also mocks of the responses they are expecting and then you can build out your endpoints according to this info,

Please or to participate in this conversation.