rymesaint / laravel-oy
Unofficial Laravel OY Payment Indonesia
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rymesaint/laravel-oy
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.0
This package is auto-updated.
Last update: 2025-09-20 18:08:01 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.