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

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rymesaint/laravel-oy

v0.1.0-alpha 2021-10-17 07:44 UTC

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.