
A unit-tested, OOP library for php5.
Whenever I find a general-purpose class which isn't specific to the current project, it's added to a separate utility library. This is it.
As yet there's not much to see but if you use SimpleTest have a look through the Aperiplus add-ons which contains some new code for data access, filesystem, shell, and subversion tests all of which can be mixed 'n matched together using a system of test case decorators. More details in the docs, below.
Some general thoughts on programming with php.
Currently there is no windows support.
No releases as yet but you can checkout the latest subversion revision from the sourceforge project page.
$ cd /wherever/you/keep/php/code/
The above dir should be an include path. If not, add it now.
Check out Aperiplus:
$ svn co https://aperiplus.svn.sourceforge.net/svnroot/aperiplus aperiplus
Now grab Simpletest and Phemto:
$ svn co https://simpletest.svn.sourceforge.net/svnroot/simpletest/simpletest/trunk simpletest $ svn co -r14 https://phemto.svn.sourceforge.net/svnroot/phemto/trunk phemto
That's it. To run the Aperiplus test suite you'll need to create a file: aperiplus/config.php. See aperiplus/config-sample.php for details.
You can get in touch via the Aperiplus mailing list. My name is Noel Darlow. You might have met me online under the name mcgruff.
Thanks to the developers of SimpleTest. Also to the project host sourceforge.