PHPackages                             fd6130/billplz-bundle - 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. fd6130/billplz-bundle

AbandonedArchivedSymfony-bundle[Payment Processing](/categories/payments)

fd6130/billplz-bundle
=====================

Integrate Billplz to your Symfony applications

v1.0.3(3y ago)03421MITPHPPHP &gt;=7.4

Since Oct 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fd6130/billplz-bundle)[ Packagist](https://packagist.org/packages/fd6130/billplz-bundle)[ RSS](/packages/fd6130-billplz-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

billplz-bundle
==============

[](#billplz-bundle)

This is a billplz payment gateway wrapper for Symfony application.

Installation
------------

[](#installation)

`composer require fd6130/billplz-bundle`

Requirement
-----------

[](#requirement)

- PHP 7.4+
- Symfony 4.4+

Configuration
-------------

[](#configuration)

```
# .env
BILLPLZ_API_KEY=
BILLPLZ_SIGNATURE_KEY=
BILLPLZ_SANDBOX=
BILLPLZ_SANDBOX_API_KEY=
BILLPLZ_SANDBOX_SIGNATURE_KEY=

```

```
# /config/packages/fd_billplz.yaml
fd_billplz:
    enable_sandbox: "%env(bool:BILLPLZ_SANDBOX)%" # true or false
    sandbox:
        api_key: "%env(BILLPLZ_SANDBOX_API_KEY)%"
        signature_key: "%env(BILLPLZ_SANDBOX_SIGNATURE_KEY)%"
        collection: # add your bill collection here
            - { name: "", id: ""} # will use when create new bill
    live:
        api_key: "%env(BILLPLZ_API_KEY)%"
        signature_key: "%env(BILLPLZ_SIGNATURE_KEY)%"
        collection:
            - { name: "", id: ""}
```

Usage
-----

[](#usage)

```
/**
 * Note: if you have set 'enable_sandbox' to true, billplz will use 'sandbox' configuration only.
 */
function createPayment(BillplzInterface $billplz)
{
    /**
     * Assume you have set { name: "product", id: "ae12345"} in collection.
     *
     * It will get the id from the given name, you don't have to do anything.
     */
    $response = $billplz->createBill("product", "lorem@ipsum.com", null, "Lorem Ipsum", 100, "https://127.0.0.1/payment/success", "A new product", []);

    // your own logic here...
}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

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 ~98 days

Total

4

Last Release

1435d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11419744?v=4)[Vui](/maintainers/fd6130)[@fd6130](https://github.com/fd6130)

---

Top Contributors

[![fd6130](https://avatars.githubusercontent.com/u/11419744?v=4)](https://github.com/fd6130 "fd6130 (1 commits)")

---

Tags

symfonybundlebillplz

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M568](/packages/shopware-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M733](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)

PHPackages © 2026

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