Package Data | |
---|---|
Maintainer Username: | jozefbalun |
Maintainer Contact: | jozef.balun@pixwell.sk (Jozef Balún) |
Package Create Date: | 2017-07-21 |
Package Last Update: | 2019-08-21 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 03:00:53 |
Package Statistics | |
---|---|
Total Downloads: | 77 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 1 |
This package can be used in Laravel 5.4 or higher.
You can install the package via composer:
composer require pixwell-dev/laravel-adyen
Now add the service provider in config/app.php
file:
'providers' => [
// ...
Pixwell\LaravelAdyen\AdyenServiceProvider::class,
];
You can publish the config file with:
php artisan vendor:publish --provider="Pixwell\LaravelAdyen\AdyenServiceProvider" --tag="config"
Once setup, you can use the Adyen PHP classes as spelled out in the documentation.