Web Services
Web Services allow web servers like Apache to send messages to other web servers
A PHP web service (or API) would be a piece of software written in PHP that lets other software applications talk to it. This is called messaging.
Sometimes web services are categories in their type by names such as SOAP or RESTful. These just define the way the services should be developed and presented for other software applications to use.
See Also