Subversion Repository

Zend Framework is an open source project and the complete source code can be downloaded anonymously by direct checkout from its Subversion repository.

Browse the Repository

You may browse the subversion repository online. This tool also allows you to search the repository, view changelogs, and create custom snapshots based on specific revisions or branches of the project.

Anonymous Checkout

The most up-to-date working copy of Zend Framework is the trunk. This includes all the newest features and bugfixes, however it is under constant development, so it is naturally less stable than the release versions.

svn checkout http://framework.zend.com/svn/framework/trunk

Prior Release Versions

All versions of Zend Framework that are released to the public are tagged and also available for download from the repository. Previous releases are located in the tags directory of the Subversion repository; just export the version you want from http://framework.zend.com/svn/framework/tag.

Commit Rights

Only contributors may commit to the repository. Zend and the PHP Collaboration Project partners have commit access for the entire tree and are responsible for the overall state of the project. Individual contributors and small teams from the community will be granted commit access to the components or subprojects they are assigned to work on.

Nightly Snapshots

You can go to the nightly snapshot page to download zip or tar archives of the head of the Subversion code repository. This is provided as a convenience; the files are identical to what you would get by checking out from the repository directly.

Getting Started

Read documentation online to learn more about Zend Framework.

Connecting with community

Check out the Community pages for lots of interesting resources and to discuss using this component with other developers.

Reporting Bugs

As we release code during the previews, we need your help to identify bugs and ways the code can be improved.

Please visit our bug tracker to help us improve the product.