PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Paypal Integration   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Paypal Integration
Access Paypal API using a Laravel service provider
Author: By
Last change:
Date: 5 years ago
Size: 531 bytes
 

Contents

Class file image Download
{ "name": "naif/laravel-paypal", "description": "Laravel PayPal to communicate with PayPal API to get current balance and transactions", "type": "library", "license": "MIT", "keywords": [ "laravel", "php", "paypal" ], "authors": [ { "name": "Naif Alshaye", "email": "naif@naif.io" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "Naif\\LaravelPayPal\\": "src/" } } }