PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Josiah Ovye Yahaya   Paystack PHP Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Paystack PHP Library
Process payments in Africa using the Paystack API
Author: By
Last change:
Date: 4 years ago
Size: 792 bytes
 

Contents

Class file image Download
{ "name": "coderatio/paystack-mirror", "description": "An actionable PHP library for Paystack Api", "type": "library", "homepage": "https://github.com/coderatio/paystack-mirror", "authors": [ { "name": "Josiah Ovye Yahaya", "email": "hello@josiah.com.ng", "homepage": "http://josiah.com.ng", "role": "Developer" } ], "autoload": { "classmap": [ "src" ], "psr-4": { "Coderatio\\PaystackMirror\\": "src" }, "files": [ "src/helpers.php" ] }, "require-dev": { "phpunit/phpunit": "7.5.x-dev" }, "license": "GPL-3.0", "minimum-stability": "dev", "require": { "php": ">=7.1" } }