Skip to content

remade/flw-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Installation

FlutterwavePHP uses Composer to install and update:

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

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:

  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

About

PHP SDK for Flutterwave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages