dev-master
9999999-devPHP SDK for Flutterwave's APIs
The Requires
Wallogit.com
2017 © Pedro Peláez
PHP SDK for Flutterwave's APIs
This is a PHP library for Flutterwave's API with a straightforward usage. This was created to solve an itch that comes with doing repetitive integration code, (*1)
FlutterwavePHP uses Composer to install and update:, (*2)
curl -s http://getcomposer.org/installer | php php composer.phar require remade/flw-php
The examples below use PHP 5.4 syntax, but Valitron works on PHP 5.3+. This is also platform agnostic, (*3)
The test suite depends on the Composer autoloader to load and run the Project files. Please ensure you have downloaded and installed Composer before running the tests:, (*4)
curl -s http://getcomposer.org/installer | php
php composer.phar install
phpunit
git checkout -b my-new-feature)phpunit)git commit -am 'Added some feature')git push origin my-new-feature)PHP SDK for Flutterwave's APIs