-
HTTP client class uses sockets opened with either fscokopen or the cURL library, depending on which is available in the current PHP setup.Key Features of HTTP client class:- Supports to HTTP Basic authentication- Supports defining custom request headers- Supports defining connection timeout values- Supports defining user agent and referral URL- Supports both user-defined and persistent cookies- Supports secure connections (HTTPS)- ...
-
The PHP 5 SOAP client support is extended to add the required XML tags to requests in order to authenticate with specified username and password.Requirements:PHP 5.0 or higher
-
Jabber Client is an event-driven Jabber client class implementation. This library allows PHP scripts to connect to and communicate with Jabber servers.
-
A base class and 2 derivated classes to generate clients for dictionary servers that follow the DICT protocol (RFC 2229), such as the server at dict.org.Included also 2 examples of query interfaces generated using these classes, one performs a simple search, and the other shows how to get information from the dictionary server and use that to generate a form ...

