0

How can I connect to the rest web services in php?
I want to connect to this web service and writing a hotel booking system with php.
hotel web service link https://pintapin.docs.apiary.io/#reference/users/update-user/update-user
How many ways to do this?
Thanks

Hossein Bajan
  • 2,644
  • 5
  • 19
  • 36

1 Answers1

1

I think the curl library will solve what you are trying to do. Please find the link below for more information on how to call a rest api in PHP.

call rest api in PHP