Download the PHP package alexcode/laravel-sumup without Composer
On this page you can find all versions of the php package alexcode/laravel-sumup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexcode/laravel-sumup
More information about alexcode/laravel-sumup
Files in alexcode/laravel-sumup
Download alexcode/laravel-sumup
More information about alexcode/laravel-sumup
Files in alexcode/laravel-sumup
Vendor alexcode
Package laravel-sumup
Short Description Laravel 5.6 integration for the Sumup PHP SDK.
License MIT
Package laravel-sumup
Short Description Laravel 5.6 integration for the Sumup PHP SDK.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-sumup
laravel-sumup
Install via composer
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:
Publish the config
Run the following command to publish the package config file:
You should now have a config/sumup.php file that allows you to configure the basics of this package.
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
More doc on the Sumup-php lib
All versions of laravel-sumup with dependencies
PHP Build Version
Package Version
Requires
alexcode/sumup-php Version
^0.0.5
The package alexcode/laravel-sumup contains the following files
Loading the files please wait ....