Jump to content

Laminas

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Wllm (talk | contribs) at 08:06, 16 December 2007 (Fixed some formatting.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Zend Framework
Developer(s)Zend Technologies
Stable release
Repository
Operating systemCross-platform
TypeWeb application frameworks
LicenseNew BSD license
Websitehttp://framework.zend.com/

Zend Framework is an open source web application framework for developing PHP 5 web applications. It requires a minimum PHP version of 5.1.4, although PHP version 5.2.3 or later is strongly recommended for performance and security reasons.

The roadmap of the project has five stated goals:

  • Provide a repository of components that are actively supported.
  • Provide a complete system for developing web applications using PHP.
  • Don't alter PHP.
  • Advance PHP 5 programming.
  • Contribute to the PHP 5 ecosystem and the PHP Collaboration Project.

Components

All components are written entirely in PHP 5 and are E_STRICT compliant. Full API and end-user documentation must always be provided with any component as it is part of the goals.

  • Database
    • Zend_Db
    • Zend_Db_Table
  • Core Infrastructure
    • Zend_Cache, Zend_Config, Zend_Console_Getopt, Zend_Log, Zend_Memory
    • Zend_Debug, Zend_Environment, Zend_Loader, Zend_Registry, Zend_Version
    • Zend_Filter, Zend_Validate
  • Documentation
    • Improved correctness, readability, and more examples
    • Additional coverage by translation teams
    • Web application development tutorial
  • Internationalization (i18n) & Localization (L10n)
    • Zend_Date
    • Zend_Locale
    • Zend_Measure
    • Zend_Translate
  • Mail, Formats, & Search
    • Zend_Json, Zend_Pdf
    • Zend_Mail, Zend_Mime
    • Zend_Search_Lucene
  • Model-View-Controller (MVC)
    • Zend_Controller, Zend_Controller_Action, Zend_Controller_Dispatcher, Zend_Controller_Plugin, Zend_Controller_RewriteRouter, Zend_View
    • Zend_Http_Request, Zend_Http_Response

The goal is to increase support for WebService API providers.

  • Web & Web Services
    • Consuming services: Zend_Feed, Zend_Rest_Client, Zend_Service, Zend_XmlRpc_Client, Zend_Gdata, Zend_Http_Client
    • Exposing services: Zend_Http_Server, Zend_Rest_Server, Zend_Server_Documentor, Zend_Server_Reflection, Zend_Soap_Server, Zend_XmlRpc_Server
    • Zend_Uri

See also