This class provides methods to set/modify HTTP headers
and status codes including an HTTP caching facility.
It also provides methods for checking Status types.
Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy,
Proxy Authentication, SSL, file uploads etc.
PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable
Adapters. Currently available are:
* Socket adapter, based on old HTTP_Request code,
* Curl adapter, wraps around PHP's cURL extension,
* Mock adapter, to use for testing packages dependent on HTTP_Request2.
Supports POST requests with data and file uploads, authentication,
cookies, proxies, gzip and deflate encodings, monitoring the request
progress with Observers.
HTTP server class that allows you to easily implement HTTP servers by supplying
callbacks. The base class will parse the request, call the appropriate callback
and build a repsonse based on an array that the callbacks have to return.
PHP5 Object-oriented interface to the session_* family functions
it provides extra features such as database storage for session
data using DB/MDB2 packages.
This class provides an advanced file uploader system for file uploads made
from html forms. Features:
* Can handle from one file to multiple files.
* Safe file copying from tmp dir.
* Easy detecting mechanism of valid upload, missing upload or error.
* Gives extensive information about the uploaded file.
* Rename uploaded files in different ways: as it is, safe or unique.
* Validate allowed file extensions.
* Multiple languages error messages support (es, en, de, fr, nl).
pear-Services_Amazon is a PHP interface to Amazon Product Advertising API.
pear-Services_Blogging provides a unified API to post and read blog entries,
independent of the API supported by the server software hosting the blog.
It uses a driver-based approach to communicate with different APIs out there.
If a new blogging API is invented, someone just needs to write a driver for
the Services_Blogging package, and everyone can access also this blogs.
PHP wrapper for the Compete SnapShop API
Services_Delicious is a client for the REST-based web service of del.icio.us.
del.icio.us is a social bookmarks manager. It allows you to easily add sites
you like to your personal collection of links, to categorize those sites
with keywords, and to share your collection not only between your own
browsers and machines, but also with others.
Services_Delicious allows you to select, add and delete your bookmarks from
any PHP script.