Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zend Framework 1.x git repository [closed]

Is there any official (or always up to date) Zend Framework 1.x git repository? (ZF 1.11.3 was released yesterday)

I have found only ZF2 github repo so far.

like image 983
takeshin Avatar asked Feb 02 '11 12:02

takeshin


3 Answers

As of May 2013 Zend Framework 1 has been migrated to GitHub.

Thank you, Trendfischer.

like image 142
Darryl E. Clarke Avatar answered Sep 22 '22 15:09

Darryl E. Clarke


There is no official ZF1 Git repository but there is a Git mirror provided by our company: https://github.com/komola/ZendFramework there are tags for the newest versions. (starting with 1.11.11)

like image 29
Thomaschaaf Avatar answered Sep 21 '22 15:09

Thomaschaaf


Zend won't move the version 1 for Git. The version 2 is being developed on Git https://github.com/zendframework/zf2 .

Non-officially, I have a repo on Github which contains only the library path ( https://github.com/dmelo/Zend-1.11 ). I use it with git submodule on the projects I develop. You can clone this repository using the url git://github.com/dmelo/Zend-1.11.git

This Github repository is updated daily with the commits from the official subversion repository.

like image 43
Diogo Melo Avatar answered Sep 22 '22 15:09

Diogo Melo