whether OpenMRS API's supports codeignater or laravel php framework

i want to know that whether OpenMRS API supports in codeigniter or laravel php framework???

It can support anything that can make RESTful calls to the api.

but didn’t understand how to do it as i’m fresher? can you help me?

@harshad the OpenMRS community cannot generally provide tutorials on all the different languages and frameworks out there.

I suggest you google for “laravel call rest api”

@darius thanks for reply, but where is rest api of OpenMRS link in documentation?? that can i directly call from my codeigniter or laravel controller.

I think using PHP is a bit overkill…you can handle this just fine with a basic Angular.js/React app

Documentation can be found here:

https://wiki.openmrs.org/display/docs/REST+Web+Services+API+For+Clients

Your better bet would be to make an Open Web App Module.