Zend Framework Hits 1.0
Just shy of the two year anniversary, Zend Technologies has released version 1.0.0 of the Zend Framework for production use.
If you haven’t checked it out yet, the Zend Framework is a rock-solid framework written in PHP 5 that offers solutions for most of the issues web developers face on a day-to-day basis. It is completely open source and falls under a very loose license and their contributers must also agree to and fill out a Contributer License Agreement which is based on Apache’s. In other words, feel free to pick it up and use it in your projects without fear of IP violations.
While using it, you may notice that it has a PEAR-like feeling to it (even though they don’t use all of PEAR’s coding standards throughout the library). As a result, its “use at will” architecture allows you to load only the necessary components in your application as well as insures that it plays well with other frameworks.
One criticism that I have with the framework is that there is no project creation utility, specifically for the MVC libraries. Granted, this slightly goes against the deliberate openness of the framework, but MVCs aren’t noted for their ease of set-up. This could be a bit premature since the framework is still a little young. I’m sure that we will see it evolve quite a bit over the years.
I’d love to see someone [else] put together a talk about this so everyone can benefit from a full presentation of the code. Let’s hear what you think!
