orumad/laravel-redsys-gateway
Composer 安装命令:
composer require orumad/laravel-redsys-gateway
包简介
Laravel package to integrate the spanish Redsys payment gateway
README 文档
README
This package allows you to integrate the spanish payment gateway Redsys in your Laravel app. It can manage all the flow (requests / responses) needed to make payments throught the Redsys platform.
Instalation
You can add the package to your Laravel app as usual:
composer require orumad/laravel-redsys-gateway
The package comes with two tables migrations used to store all the payments data (requests, notifications/responses):
php artisan vendor:publish --provider="Orumad\LaravelRedsys\LaravelRedsysServiceProvider" --tag="migrations"
After that you can create the tables:
php artisan migrate
You can publish the config file:
php artisan vendor:publish --provider="Orumad\LaravelRedsys\LaravelRedsysServiceProvider" --tag="config"
How to use
(wip)
Testing
You can test as usual:
vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dev@danielmunoz.io instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 105
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-06