Develop Webservice using PHP (Apache) #websrvice soap
Edit
by Rafael Cabral - 8 years ago (2017-02-28)
Develop Webservice using PHP (Apache). I need to program the ser
| I need to provide services using WS / Soap to clients of a website.
All info in my own DB.
Thanks
Rafael. |
Ask clarification
1 Recommendation
PHP API Framework: Handle API requests with annotated classes
This package can handle API requests with annotated classes.
The main class can scan classes in a given directory and reads the annotations from the class source files to extract the list of functions and the API URL patterns that each function will handle.
The main class handles the API requests by dispatching the requests to the handler classes passing any parameters extracted from the request URL patterns.
| by Natanael Simões package author 30 - 8 years ago (2017-03-23) Comment
It lets you easily create an API for your already made code by simple adding some comments (annotations) |