2017 © Pedro PelĂĄez
 

library laravel-adyen

Bridge for adyen php api

image

pixwell-dev/laravel-adyen

Bridge for adyen php api

  • Wednesday, February 7, 2018
  • by jozefbalun
  • Repository
  • 2 Watchers
  • 2 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 25 % Grown

The README.md

Installation

This package can be used in Laravel 5.4 or higher., (*1)

You can install the package via composer:, (*2)

``` bash composer require pixwell-dev/laravel-adyen, (*3)


Now add the service provider in `config/app.php` file: ```php 'providers' => [ // ... Pixwell\LaravelAdyen\AdyenServiceProvider::class, ];

You can publish the config file with:, (*4)

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., (*5)

The Versions

07/02 2018

dev-master

9999999-dev

Bridge for adyen php api

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jozef BalĂșn

07/02 2018

0.0.2

0.0.2.0

Bridge for adyen php api

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jozef BalĂșn

21/07 2017

0.0.1

0.0.1.0

Bridge for adyen php api

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jozef BalĂșn