2017 © Pedro Peláez
 

library l5-paypal

Simple Laravel 5 Paypal SDK wrapper

image

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

The README.md

L5-Paypal

L5-Paypal is a wrapper package encapsulating Paypal REST API SDK., (*1)

Installation

  1. Install package using Composer composer require xstech/l5-paypal, (*2)

  2. Next, add the service provider to app/config/app.php in the providers array., (*3)

'providers' => [
    XSTech\L5Paypal\L5PaypalServiceProvider::class,
]
  1. Add an alias to app/config/app.php in the aliases array.
'aliases' => [
    'Paypal' => XSTech\L5Paypal\Facades\Paypal::class,
]
  1. Finally, publish package config.

php artisan vendor:publish --provider="XSTech\L5Paypal\L5PaypalServiceProvider", (*4)

The Versions

28/11 2017

dev-master

9999999-dev

Simple Laravel 5 Paypal SDK wrapper

  Sources   Download

Apache-2.0

The Requires

 

by Jason Soh

02/11 2017

v1.0

1.0.0.0

Simple Laravel 5 Paypal SDK wrapper

  Sources   Download

Apache-2.0

The Requires

 

by Jason Soh