rymesaint/laravel-oy
Composer 安装命令:
composer require rymesaint/laravel-oy
包简介
Unofficial Laravel OY Payment Indonesia
README 文档
README
This is a laravel library for OY Payment Indonesia.
Installation
You can install the package via composer :
composer require rymesaint/laravel-oy
The package will register itself automatically.
Then publish the package configuration file
php artisan vendor:publish --provider=rymesaint\LaravelOY\LaravelOYServiceProvider
Usage
Setup your OY Payment configuration then
$payment = new OYPayment();
$payment->getInvoices($offset, $limit, $status);
or using an alias
OYPayment::getInvoices($offset, $limit, $status);
Contributing
Suggestions, pull requests, bug reporting and code improvements are all welcome.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-10-17