Looking to hire Laravel developers? Try LaraJobs

laravel-adyen maintained by pixwell-dev

Description
Bridge for adyen php api
Author
Last update
2019/08/21 15:25 (dev-master)
License
Links
Downloads
77

Comments
comments powered by Disqus

Installation

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"

Usage

Once setup, you can use the Adyen PHP classes as spelled out in the documentation.