views:

141

answers:

5

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.

A: 

There was jotbug for a while, but it's not available on google code at the moment:

http://code.google.com/p/jotbug/

http://www.ohloh.net/p/jotbug

Oh, and ZFDebug http://code.google.com/p/zfdebug/ (which is actually a zf plugin, not a whole application, but still...)

robertbasic
+4  A: 

Tomato CMS is powered by Zend Framework

Tomato CMS

ArneRie
+2  A: 

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.

David Weinraub
+2  A: 

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

Rob Allen
+1  A: 

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/

DASPRiD