rymesaint / laravel-oy
There is no license information available for the latest version (v0.1.0-alpha) of this package.
Unofficial Laravel OY Payment Indonesia
v0.1.0-alpha
2021-10-17 07:44 UTC
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.0
This package is auto-updated.
Last update: 2024-10-20 16:24:13 UTC
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.