Answer the question
In order to leave comments, you need to log in
Is it possible to implement a RESTful service in php without additional. libraries?
Good day! please tell me how it is possible, and is it even possible to write a full-fledged RESTful web service in php? I reviewed a lot of information but did not find anything similar, or simply did not understand.
PS I need to complete an assignment, but I can't figure out where to start (For this assignment, you'll need to create a RESTful web service. You should only implement a GET method as follows:)
Answer the question
In order to leave comments, you need to log in
REST is just a method, a concept for building a distributed application. Of course, you can do without libraries and write everything by hand.
To implement RESTful, you only need full HTTP support, which is in PHP, so you can implement RESTful without any problems. Another question is that third-party libraries will help to do this faster, because. template code has already been written and tested in them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question