pixwell-dev/laravel-adyen

Bridge for adyen php api

0.0.2 2018-02-07 09:38 UTC

This package is not auto-updated.

Last update: 2024-04-08 05:09:14 UTC


README

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.