The minimum requirement is that your Web server supports PHP 5.4.
This application requires that you either have Zend Framework on your include_path, or that you will be symlinking your Zend Framework library into the library directory. If you do not yet have Zend Framework, you can get it from one of the following sources:
-
Official Release: https://framework.zend.com/downloads/latest#ZF1
-
Using Subversion; use either the current trunk or the 1.12.7 release branch:
svn checkout https://framework.zend.com/svn/framework/standard/trunk/library/Zend svn checkout https://framework.zend.com/svn/framework/standard/branches/release-1.12/library/Zend
- Using Git; use either the current master or the 1.12.7 release branch:
git clone https://github.com/zendframework/zf1 git checkout release-1.12.7
- PHP Package
php5 php-pear php5-sqlite php5-curl php5-xmlrpc php5-json
- PHAR Package
wget https://phar.phpunit.de/phpunit.phar
To lauch unit tests: php mageekguy.atoum.phar -d tests/
If you have any feature requests, feel free to send them to:
François Pietka
francois [at] pietka [dot] fr
I may or may not honor them. :)
Please see COPYING