2017 © Pedro Peláez
 

library billplz

A Malaysian simple billing and payment solution with Billplz

image

cyvelnet/billplz

A Malaysian simple billing and payment solution with Billplz

  • Wednesday, September 21, 2016
  • by cyvelnet
  • Repository
  • 6 Watchers
  • 11 Stars
  • 97 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 11 Versions
  • 1 % Grown

The README.md

laravel5-billplz

A Malaysia simple billing and payment solution from Billplz for laravel 5, (*1)

[2016/09/21] Please consider this repo as deprecated, in favors of https://github.com/Cyvelnet/laravel-billplz (support v3 api & sandbox), visit https://github.com/Cyvelnet/laravel-billplz/wiki/Laravel5-billplz-compatibility for potential change to adapts to v3 api

Require this package with composer using the following command:, (*2)

composer require cyvelnet/billplz

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*3)

'Cyvelnet\Billplz\BillplzServiceProvider',

You can also publish the config file to change implementations to suits your configuration., (*4)

php artisan vendor:publish

To create a new bill, (*5)

Billplz::issue(function ($bill) {
        $bill->amount(1)
             ->to('customer name', 'customer@customer.com', 'customer mobile number');
        });

To delete an existing bill, (*6)

Billplz::delete($billId);

To retrieve an existing bill info., (*7)

Billplz::get($billId);

To ensure an request is success without error, you verify with, (*8)

$response = Billplz::get($billId);
if($response->isSuccess())
{
    $apiResponse = $response->getResponse();
}else
{
    $errorResponse = $response->getFailedReason();
}

The Versions

21/09 2016

dev-master

9999999-dev

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar cyvelnet

21/09 2016

v0.1.7

0.1.7.0

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar cyvelnet

14/08 2016

0.1.x-dev

0.1.9999999.9999999-dev

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar cyvelnet

14/08 2016

dev-1.0-dev

dev-1.0-dev

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar cyvelnet

25/11 2015

v0.1.6

0.1.6.0

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar cyvelnet

25/11 2015

v0.1.5

0.1.5.0

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar cyvelnet

04/10 2015

v0.1.4

0.1.4.0

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

The Requires

 

The Development Requires

by Avatar cyvelnet

13/09 2015

v0.1.3

0.1.3.0

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

The Requires

 

The Development Requires

by Avatar cyvelnet

10/06 2015

v0.1.2

0.1.2.0

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

The Requires

 

The Development Requires

by Avatar cyvelnet

06/05 2015

v0.1.1

0.1.1.0

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

The Requires

 

The Development Requires

by Avatar cyvelnet

28/04 2015

v0.1.0

0.1.0.0

A Malaysian simple billing and payment solution with Billplz

  Sources   Download

The Requires

 

The Development Requires

by Avatar cyvelnet