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

This package is auto-updated.

Last update: 2024-05-20 15:23:20 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.