{ "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" ] } } }
info at phpclasses dot org