PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages 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: Update composer.json

Added missing laravel providers definition to composer.json
Date: 7 months ago
Size: 693 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/" } }, "extra": { "laravel": { "providers": [ "Naif\\LaravelPayPal\\LaravelPayPalServiceProvider" ] } } }