PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   PHP Eyowo Payment API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Eyowo Payment API
Process payments using the Eyowo API
Author: By
Last change:
Date: 4 years ago
Size: 1,303 bytes
 

Contents

Class file image Download
{ "name": "djunehor/eyowo-php", "type": "library", "description": "Helps make your Eyowo API calls giving a stdClass object.", "keywords": [ "yabacon", "eyowo-php", "eyowo", "plan", "page", "api", "transaction", "customer", "subscription", "enable", "disable", "verify", "curl", "softcom" ], "homepage": "https://github.com/yabacon/paystack-php", "license": "MIT", "authors": [ { "name": "Zacchaeus Bolaji", "email": "djunehor@gmail.com", "homepage": "https://github.com/djunehor", "role": "Creator" } ], "require": { "guzzlehttp/guzzle": "^6.2" }, "require-dev": { "phpunit/phpunit": "~5.3", "scrutinizer/ocular": "^1.1", "squizlabs/php_codesniffer": "^2.3", "vlucas/phpdotenv": "^2.2" }, "autoload": { "psr-4": { "Djunehor\\Eyowo\\": "src/" } }, "autoload-dev": { "psr-4": { "Djunehor\\Eyowo\\Test\\": "tests/" } }, "scripts": { "test": "phpunit" }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }