dev-master
9999999-devPHP SDK for errandplace tools and integrations
MIT
The Requires
- php ^5.3.3 || ^7.0
- guzzlehttp/guzzle ^6.2
The Development Requires
by Musty
Wallogit.com
2017 © Pedro Peláez
PHP SDK for errandplace tools and integrations
The recommended way to install onerecharge-php is through Composer., (*1)
# Install Composer curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest stable version of errandplace:, (*2)
php composer.phar require errandplace/errandplace
After installing, you need to require Composer's autoloader:, (*3)
require 'vendor/autoload.php';
You can then later update errandplace using composer:, (*4)
bash
composer.phar update, (*5)
git checkout -b my-new-feature;
git commit -am 'Add some feature/fix';
git push origin my-new-feature;
PHP SDK for errandplace tools and integrations
MIT