Download the PHP package cannonb4ll/larapay without Composer
On this page you can find all versions of the php package cannonb4ll/larapay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cannonb4ll/larapay
More information about cannonb4ll/larapay
Files in cannonb4ll/larapay
Download cannonb4ll/larapay
More information about cannonb4ll/larapay
Files in cannonb4ll/larapay
Vendor cannonb4ll
Package larapay
Short Description Laravel 5 pay.nl provider
License MIT
Package larapay
Short Description Laravel 5 pay.nl provider
License MIT
Keywords laravel
Please rate this library. Is it a good library?
Informations about the package larapay
LaraPay
This class makes it more easy to integrate the payment provider Pay.nl into your website.
Requirements
- Laravel 5.x
- Pay.nl account
Installation
Require this package by doing:
composer require cannonb4ll/larapay
After installing, register the service provider inside config/app.php
:
LaraPay\ServiceProvider::class,
Now you can publish the configuration file with the following command:
php artisan vendor:publish --provider="LaraPay\ServiceProvider"
After this you have to setup 2 variables inside your .env
file:
You can get these credentials fromout https://admin.pay.nl
Available methods:
All versions of larapay with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
guzzlehttp/guzzle Version ~6.0
predis/predis Version ~1.0
paynl/sdk Version ^1.3
guzzlehttp/guzzle Version ~6.0
predis/predis Version ~1.0
paynl/sdk Version ^1.3
The package cannonb4ll/larapay contains the following files
Loading the files please wait ....