PHPackages                             cyvelnet/billplz - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. cyvelnet/billplz

ActiveLibrary[Payment Processing](/categories/payments)

cyvelnet/billplz
================

A Malaysian simple billing and payment solution with Billplz

v0.1.7(9y ago)121125[1 issues](https://github.com/Cyvelnet/Laravel5-billplz/issues)MITPHPPHP &gt;=5.4.0

Since Apr 28Pushed 9y ago5 watchersCompare

[ Source](https://github.com/Cyvelnet/Laravel5-billplz)[ Packagist](https://packagist.org/packages/cyvelnet/billplz)[ RSS](/packages/cyvelnet-billplz/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (3)Versions (11)Used By (0)

laravel5-billplz
================

[](#laravel5-billplz)

A Malaysia simple billing and payment solution from Billplz for laravel 5

> #### \[2016/09/21\] Please consider this repo as **deprecated**, in favors of  (support v3 api &amp; sandbox), visit  for potential change to adapts to v3 api
>
> [](#20160921-please-consider-this-repo-as-deprecated-in-favors-of-httpsgithubcomcyvelnetlaravel-billplz-support-v3-api--sandbox-visit-httpsgithubcomcyvelnetlaravel-billplzwikilaravel5-billplz-compatibility-for-potential-change-to-adapts-to-v3-api)

Require this package with composer using the following command:

```
composer require cyvelnet/billplz

```

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

```
'Cyvelnet\Billplz\BillplzServiceProvider',

```

You can also publish the config file to change implementations to suits your configuration.

```
php artisan vendor:publish

```

To create a new bill

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

```

To delete an existing bill

```
Billplz::delete($billId);

```

To retrieve an existing bill info.

```
Billplz::get($billId);

```

To ensure an request is success without error, you verify with

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

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~64 days

Recently: every ~88 days

Total

9

Last Release

3573d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.4.0

v0.1.3PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1a4747ac3123b2f527a84df431e930c7f232773d741aff681aedf953e3a80f1?d=identicon)[cyvelnet](/maintainers/cyvelnet)

---

Top Contributors

[![Cyvelnet](https://avatars.githubusercontent.com/u/11516087?v=4)](https://github.com/Cyvelnet "Cyvelnet (28 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cyvelnet-billplz/health.svg)

```
[![Health](https://phpackages.com/badges/cyvelnet-billplz/health.svg)](https://phpackages.com/packages/cyvelnet-billplz)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4851.0k](/packages/sebdesign-laravel-viva-payments)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
