pixwell-dev/laravel-adyen
Composer 安装命令:
composer require pixwell-dev/laravel-adyen
包简介
Bridge for adyen php api
README 文档
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.
统计信息
- 总下载量: 77
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-21