2017 © Pedro Peláez
 

library flw-php

PHP SDK for Flutterwave's APIs

image

remade/flw-php

PHP SDK for Flutterwave's APIs

  • Sunday, March 25, 2018
  • by remadelive
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Flutterwave PHP: Consume APIs easily

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)

Installation

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)

Usage

Running Tests

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)

  1. Download Composer curl -s http://getcomposer.org/installer | php
  2. Run 'install' php composer.phar install
  3. Run the tests phpunit

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes
  4. Run the tests, adding new ones for your own code if necessary (phpunit)
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request
  8. Pat yourself on the back for being so awesome

The Versions

25/03 2018

dev-master

9999999-dev

PHP SDK for Flutterwave's APIs

  Sources   Download

The Requires