Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-oy maintained by rymesaint

Description
Unofficial Laravel OY Payment Indonesia
Author
Last update
2021/10/20 11:38 (dev-main)
Links
Downloads
9

Comments
comments powered by Disqus

About (Unofficial) LARAVEL OY Payment Indonesia

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.