- PHP >= 5.6.0,
- Guzzle 6 library,
- (optional) PHPUnit, php-coveralls and php-cs-fixer to run tests.
The recommended method of installing phpZenfolio is using Composer. If you have Composer installed, you can install phpZenfolio and all its dependencies from within your project directory:
$ composer require lildude/phpzenfolio
Alternatively, you can add the following to your project's composer.json
:
{
"require": {
"lildude/phpzenfolio": "^2.0"
}
}
.. and then run composer update
from within your project directory.
If you don't have Composer installed, you can download it using:
$ curl -s https://getcomposer.org/installer | php