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

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