2017 © Pedro Peláez
 

library laravel-paypal

Paypal SDK Bridge for Laravel

image

aplr/laravel-paypal

Paypal SDK Bridge for Laravel

  • Tuesday, June 19, 2018
  • by aplr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Laravel-PayPal

Introduction

The laravel-paypal package allows you to use the Paypal-SDK in a more laravel-ish way., (*1)

Installation

Require the aplr/laravel-paypal package in your composer.json and update your dependencies:, (*2)

$ composer require aplr/laravel-paypal

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider., (*3)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php, (*4)

Aplr\LaravelPaypal\ServiceProvider::class,

If you want to use the facade to conveniently access the Paypal SDK, add this to your facades in app.php:, (*5)

'Paypal' => Aplr\LaravelPaypal\Facade::class,

Configuration

The defaults are set in config/paypal.php. Copy this file to your own config directory to modify the values. You can publish the config using this command:, (*6)

$ php artisan vendor:publish --provider="Aplr\LaravelPaypal\ServiceProvider"

When using the default package configuration, you can set the Paypal SDK credentials in your .env file., (*7)

The Versions

19/06 2018

dev-master

9999999-dev

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

19/06 2018

0.2.7

0.2.7.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

19/06 2018

0.2.6

0.2.6.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

16/06 2018

0.2.5

0.2.5.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

16/06 2018

0.2.4

0.2.4.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

16/06 2018

0.2.3

0.2.3.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

16/06 2018

0.2.2

0.2.2.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

16/06 2018

0.2.1

0.2.1.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

16/06 2018

0.2

0.2.0.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk

15/06 2018

0.1

0.1.0.0

Paypal SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel paypal paypal-php-sdk