PHP Zend framework modules include:
Zend_Controller
This module provides comprehensive control over applications. It converts a request to a specific behavior and ensures that the request is executed.
Zend_Db
This module is based on PHP Data Objects (PDO) and provides a common way to access the database.
Zend_Feed
This module simplifies the use of RSS and Atom feeds.
Zend_Filter
This module provides string filtering functions, such as isEmail () and getAlpha ().
Zend_InputFilter
For Zend_Filter, this module is used to operate arrays, such as form input.
Zend_HttpClient
This PHP Zend framework module allows you to easily execute HTTP requests.
Zend_Json
This module allows you to easily convert PHP objects into JavaScript Object symbols, and vice versa.
Zend_Log
This module provides common log functions.
Zend_Mail
This module enables you to send text files and multi-part MIME emails.
Zend_Mime
This PHP Zend framework module is used by Zend_Mail to decode MIME messages.
Zend_Pdf
This module is used to create new PDF documents and load and edit existing documents.
Zend_Search
This module enables you to perform complex searches on existing text. For example, you can create a search engine that returns results based on relevance or other factors.
Zend_Service_Amazon, Zend_Service_Flickr, and Zend_Service_Yahoo
These modules provide simple access to these Web Service APIs.
Zend_View
This module processes the "View" section of the MVC mode.
Zend_XmlRpc
This PHP Zend framework module enables you to easily create XML-RPC clients. (The server features have been planned for the future .)