Examples of Zend_Framework based apps [closed]

2019-01-31 21:14发布

Do you know any open source applications based on Zend Framework, good for reference purposes?

Here are some I know:

Did I missed something interested?

Current version of ZF is 1.10.7. The most up to date is ZFPlanet, which reqiures 1.10.3

Feel free to update.
One condition: complete source codes for working applications.

7条回答
女痞
2楼-- · 2019-01-31 21:48

There is my blog, in which I demonstrate many ZF components, especially those I've contributed, like Zend_Application, Zend_Tag_Cloud and so on. The source is freely available at http://site.svn.dasprids.de/

查看更多
叛逆
3楼-- · 2019-01-31 21:49

very good, easy to install

http://www.dotkernel.com/

There are Zend based applications, some links are broken but ...

CMS Built upon the Zend Framework

http://www.centurion-project.org/

http://www.pimcore.org/

http://www.dubsite.net/

http://tiki.org/Community

查看更多
祖国的老花朵
4楼-- · 2019-01-31 21:51

Two great ones are:

  1. DASPRiD - Ben Scholzen released the source-code for his blog as part of a series on modern app architecture. Well worth study as examples of dependency injection, service architecture, models/mappers, even using Phing for build.

  2. Dodo - an open-source todo list by Greg Wessels. A great example of module-based app using layout-switching via plugin and an API module.

Note: Previously Dodo was at http://blog.threadaffinity.com/dodo-downloads/ but now I see no sign of threadaffinity.com at all. If anyone has a new link, I'll update the answer to include it.

查看更多
Animai°情兽
5楼-- · 2019-01-31 22:05

Content management framework based on ZF (1.1x.x) with installer and documentation: http://singularcore.com.

查看更多
神经病院院长
6楼-- · 2019-01-31 22:07

Tomato CMS is powered by Zend Framework

Tomato CMS

查看更多
仙女界的扛把子
7楼-- · 2019-01-31 22:09

TweetGT is a extremely simple Twitter message sender. Source code is here: http://github.com/akrabat/TweetGT

查看更多
登录 后发表回答