Source Packages
These packages are the standard distribution of Zend Framework. The
minimal package includes the library, scripts ("bin" directory) and
translation resources; the full package includes all of these, plus
demos and unit tests.
Simply unpack, and consume.
Pyrus Packages
If you don't have, pyrus, download it from us!
wget http://packages.zendframework.com/pyrus.phar
To install ZF packages with pyrus jump in your directory and run:
$ pyrus.phar .
$ pyrus.phar . channel-discover packages.zendframework.com
$ pyrus.phar . install zf2/<zf-package>
where <zf-package> is the package that you want to install.
You can install systemwide by omitting the "." in the above
examples. Alternately, you can specify a specific path instead of
"." (the current directory).
The following packages may all be installed. You will need to
specify the stability "beta" to install them; as an example:
$ pyrus.phar . install zf2/Zend_Http-beta
To install the full standard distribution, append the "-beta", "-rc"
or "-devel" modifier prior to the "#" mark:
$ pyrus.phar . install zf2/Zend_Framework-beta#Standard
Packages
- Zend_Framework#Standard
- Zend_Acl
- Zend_Authentication
- Zend_Barcode
- Zend_Cache
- Zend_Captcha
- Zend_Cloud
- Zend_Code
- Zend_Config
- Zend_Console
- Zend_Crypt
- Zend_Date
- Zend_Db
- Zend_Debug
- Zend_Di
- Zend_Dojo
- Zend_Dom
- Zend_EventManager
- Zend_Feed
- Zend_Filter
- Zend_Form
- Zend_Http
- Zend_InfoCard
- Zend_Json
- Zend_Ldap
- Zend_Loader
- Zend_Locale
- Zend_Log
- Zend_Mail
- Zend_Mime
- Zend_Module
- Zend_Mvc
- Zend_Navigation
- Zend_OAuth
- Zend_OpenId
- Zend_Paginator
- Zend_Registry
- Zend_Rest
- Zend_Serializer
- Zend_Service_AgileZen
- Zend_Service_Akismet
- Zend_Service_Amazon
- Zend_Service_GoGrid
- Zend_Service_LiveDocx
- Zend_Service_Nirvanix
- Zend_Service_Rackspace
- Zend_Service_ReCaptcha
- Zend_Service_Slideshare
- Zend_Service_StrikeIron
- Zend_Service_Technorati
- Zend_Service_Twitter
- Zend_Service_WindowsAzure
- Zend_Session
- Zend_Stdlib
- Zend_Tag
- Zend_Text
- Zend_Translator
- Zend_Uri
- Zend_Validator
- Zend_Version
- Zend_View
Pyrus is the PEAR2 installer; for more information, please visit
the PEAR2 and Pyrus website.
The version we include also includes the developer tools and
simple channel service tools, which are typically not included
in the standard Pyrus distribution, but which can be of use to
those interested in creating and distributing packages.
Github Source
ZF2 is publically accessible on github at
github.com/zendframework/zf2
Documentation
API Documentation
End-User Documentation
ZF2 Links