Zend_Validate_Hash
Zend_Validate_Hash is a class for the Zend Framework which validates that a passed string is a correctly formatted hash. It supports a set number of non-binary hashes. The code is available here
VersionControl_Hg
VersionControl_Hg is a PEAR project to provide Php programmers with access to repositories tracked by the Mercurial Version Control System. It is currently in the development stage and not yet an accepted PEAR component. The source code is publicly availably at Bitbucket.
Zend_Form_Generator_Doctrine
This class generates dynamic forms using Zend_Form and draws its data from Doctrine Table classes. The code is available here
Further reading
- Introduction to Version Control
- The Mercurial VCS
- About the MD5 algorithm & md5() function in Php
- The Zend Framework