PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel 2C2P   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel 2C2P
Send and process payment requests with 2C2P
Author: By
Last change: Add QuickPay

Date: 6 years ago
Size: 721 bytes
 

Contents

Class file image Download
{ "name": "php-junior/laravel-2c2p", "description": "2C2P Payment Gateway Api & 123 API", "license": "MIT", "keywords": [ "laravel", "2c2p", "payment", "123service", "master", "visa" ], "require": { "php": ">=5.6.4" }, "type": "library", "authors": [ { "name": "Nyi Nyi Lwin", "email": "nyinyilwin1992@hotmail.com" } ], "autoload": { "psr-4": { "PhpJunior\\Laravel2C2P\\": "src/" } }, "extra": { "laravel": { "providers": [ "PhpJunior\\Laravel2C2P\\Laravel2C2PServiceProvider" ] } } }