library l5-paypal
Simple Laravel 5 Paypal SDK wrapper
xstech/l5-paypal
Simple Laravel 5 Paypal SDK wrapper
- Tuesday, November 28, 2017
- by sysRandom
- Repository
- 1 Watchers
- 0 Stars
- 32 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
L5-Paypal
L5-Paypal is a wrapper package encapsulating Paypal REST API SDK., (*1)
Installation
-
Install package using Composer composer require xstech/l5-paypal
, (*2)
-
Next, add the service provider to app/config/app.php
in the providers
array., (*3)
'providers' => [
XSTech\L5Paypal\L5PaypalServiceProvider::class,
]
- Add an alias to
app/config/app.php
in the aliases
array.
'aliases' => [
'Paypal' => XSTech\L5Paypal\Facades\Paypal::class,
]
- Finally, publish package config.
php artisan vendor:publish --provider="XSTech\L5Paypal\L5PaypalServiceProvider"
, (*4)
dev-master
9999999-dev
Simple Laravel 5 Paypal SDK wrapper
Sources
Download
Apache-2.0
The Requires
by
Jason Soh
v1.0
1.0.0.0
Simple Laravel 5 Paypal SDK wrapper
Sources
Download
Apache-2.0
The Requires
by
Jason Soh