Home >Backend Development >PHP Tutorial >List of PHP Zend framework modules_PHP tutorial
PHP Zend framework modules include:
Zend_Controller
This module provides comprehensive control to the application. It translates requests into specific actions and ensures their execution.
Zend_Db
This module is based on PHP Data Objects (PDO) and provides a universal way to access databases.
Zend_Feed
This module makes working with RSS and Atom feeds easy.
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 perform HTTP requests.
Zend_Json
This module allows you to easily convert PHP objects into JavaScript object notation and vice versa.
Zend_Log
This module provides general logging functionality.
Zend_Mail
This module enables you to send text files and multipart 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 could build 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 handles the “view” part of the MVC pattern.
Zend_XmlRpc
This PHP Zend framework module enables you to easily create XML-RPC clients. (Server features are planned for the future.)