2017 © Pedro Peláez
 

library laravel-sumup

Laravel 5.6 integration for the Sumup PHP SDK.

image

alexcode/laravel-sumup

Laravel 5.6 integration for the Sumup PHP SDK.

  • Tuesday, May 1, 2018
  • by alexcode
  • Repository
  • 1 Watchers
  • 0 Stars
  • 173 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 45 % Grown

The README.md

laravel-sumup

Install via composer

composer require alexcode/laravel-sumup

Add service provider ( Laravel 5.4 or below )

Add the service provider to the providers array in the config/app.php config file as follows:, (*1)

'providers' => [

    ...

    Alexcode\Sumup\Laravel\LaravelServiceProvider::class,
]

Publish the config

Run the following command to publish the package config file:, (*2)

php artisan vendor:publish --provider="Alexcode\Sumup\Laravel\LaravelServiceProvider::class"

You should now have a config/sumup.php file that allows you to configure the basics of this package., (*3)

Add the .env vars

Add SUMUP_CLIENT_ID and SUMUP_SECRET in your .env. You will find the values in https://me.sumup.com/developers, (*4)

More doc on the Sumup-php lib

The Versions

01/05 2018

dev-master

9999999-dev

Laravel 5.6 integration for the Sumup PHP SDK.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Couturon

01/05 2018

v0.0.6

0.0.6.0

Laravel 5.6 integration for the Sumup PHP SDK.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Couturon

06/04 2018

v0.0.4

0.0.4.0

Laravel 5.6 integration for the Sumup PHP SDK.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Couturon

06/04 2018

v0.0.5

0.0.5.0

Laravel 5.6 integration for the Sumup PHP SDK.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Couturon

27/02 2018

v0.0.3

0.0.3.0

Laravel 5.6 integration for the Sumup PHP SDK.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Couturon