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

Vistadigit's avatar

What are the API testing types?

Please provide the answer with the API best practices.

0 likes
3 replies
automica's avatar

@vistadigit if you are looking at an app to test endpoints, you should look at Postman https://www.postman.com/

within Laravel, you should look at writing functional tests to test api endpoints. I use PHPUnit for this.

Please or to participate in this conversation.