Surprise! If you haven't noticed , we've changed our domain from http://www.zym-project.com to http://zymengine.com for what's to come.
Zym Framework 0.5.2 was our last release of Zym as a component library.
We've been working slowly behind the scenes on Zym Engine since April, but we haven't been very public about it since it is a large endeavor and will take time to mature. Zym Engine is a continuation of Zym Framework in a different form. Previously, we tool a more component approach similar to Zend Framework, but we quickly realized that developers needed a more comprehensive application framework that simplifies building applications on top of what Zend had to offer.
Realizing this, we ensured that components that were in Zym such as Zym_Application and Zym_Navigation were in ZF before moving on since they were a great use to us and keeping them to ourselves wasn't very nice. (I'm sure you guys like Zend_Paginator too, which was one of Zym's early components)
Now that we've brought you up to date, here's what we have been hiding from you.
Zym Engine (ZE) is an extensible plugin framework that acts as the base for which Zend Framework applications could be built in a reusable and re-distributable manner.
ZE allows easy integration of applications by unifying the design of aspects such as ACL, User handling, i18n, l10n, etc... By unifying the design through established conventions, developers can create reusable and redistributable modules thus reducing development time.
While this project may seem like "just another CMS", we are not building a CMS at heart, but rather a stable base upon which one could be built.
We essentially focus on providing the infrastructure and leave the developer focus on the application itself.
Coming soon....
Over the past few months, we have been developing on a git repository provided by http://www.hostdelight.com/.
We have also moved away from GoogleCode in favor for our own Redmine setup located at http://forge.zymengine.com. The ZE Forge provides two purposes. By moving off google code, it allows the GC zym project to be an archive of previous Zym Framework releases for those of you using svn:externals and for down the road, the forge will serve as a development repository for ZE's re-usable modules (third-party or official ;-) ).