Zend Components
The Zend Components are a group of components wrapping features of the Zend Framework.
Components
ZACL
- A lightweight and flexible access control list (ACL) implementation for privileges management.
ZAuth
- An authentication system based on dispatchers (which allows different mechanism to be used interchangeably).
ZAuthDB
- An adapter for authentication against a database to be used with ZAuth.
ZAuthDigest
- An adapter for authentication against a plain-text file to be used with ZAuth.
ZCache
- A cache system for any data.
ZMail
- A mail delivery system with interchangeable transport methods.
ZMailTransportSMTP
- An SMTP transport method to be used with ZMail.
ZMailTransportSendmail
- A Sendmail transport method to be used with ZMail.
ZCaptcha
- A CAPTCHA system, to help you tell human and computer submissions apart.
ZBarcode
- A barcode generation system, with different barcode formats and rendering methods.
ZCurrency
- A currency management system that handles currency internationalization, exchange services and calculations.
ZDate
- A date and time manipulation system.
ZFile
- A file management system, to handle uploads and downloads.
ZFeedReader
- A feed parser to read any feed format and work with its data.
ZFeedWriter
- A feed generator to output data as a feed in any format.
ZPubSubHubBubPublisher
- A Pubsubhubbub publisher to notify hubs about feed updates.
ZPubSubHubBubSubscriber
- A Pubsubhubbub subscriber to get hubs notifications about feed updates.
ZGDataAuth
- A Google Data authentication interface.
ZGDataCalendar
- A Google Calendar interface.
ZGDataDocs
- A Google Docs interface.
ZGDataYoutube
- A Youtube interface.
ZGDataHealth
- A Google HEalth interface.
ZGDataSpreadsheets
- A Google Spreadsheets interface.
ZGDataPhotos
- A Picasa Web Albums interface.
ZGDataBooks
- A Google Books interface.
ZGDataApps
- A Google Apps interface.
ZOAuth
- An OAuth authentication system.
ZRegistry
- A data container where you can storage objects and variables that will be accessible from your whole PHP application.
ZJson
- A JSON parser.
ZHttp
- An HTTP requests interface.
ZJsonServer
- A JSON-RPC server implementation.
ZRestServer
- A REST server implementation.
ZRestClient
- A REST client implementation.
ZOpenIdConsumer
- An OpenID authentication system.
ZOpenIdConsumerStorageDB
- A database-based OpenID internal storage system to store information between OpenID authentication procedure requests.
ZOpenIdConsumerStorageFile
- A file-based OpenID internal storage system to store information between OpenID authentication procedure requests.
ZOpenIdProvider
- An OpenID server implementation.
ZOpenIdProviderStorageDB
- A database-based OpenID internal storage system to store OpenID server information.
ZOpenIdProviderStorageFile
- A file-based OpenID internal storage system to store OpenID server information.
ZOpenIdProviderUserSession
- An OpenID server authentication system.
ZMarkup
- A markup text parser which converts markup text into a token tree.
ZLog
- A general purpose logging system.
ZPdf
- A PDF manipulation engine.