Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.
/ billplz-phar Public archive

PHP Agnostic library generator for working with BillPlz API in PHAR

License

Notifications You must be signed in to change notification settings

jomweb/billplz-phar

Repository files navigation

PHP framework agnostic library for working with BillPlz API v3 and beyond in PHAR...

Installation

The preferred method of installation is to use the Billplz PHAR which can be downloaded from the most recent GitHub Release. This method ensures you will not have any dependency conflict issue.

You should received billplz.phar file which you can include to your project.

Usages

To start using the library, you can first require the file in your project.

<?php

require "billplz.phar";

$client = Billplz\Client::make('your-api-key', 'your-x-signature-key');

// ...

Please go through jomweb/billplz for full documentation.

About

PHP Agnostic library generator for working with BillPlz API in PHAR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages