PHPackages                             laxcorp/billing-partner-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. laxcorp/billing-partner-bundle

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

laxcorp/billing-partner-bundle
==============================

Billing helper

v7.0.3(4y ago)0752MITPHPPHP ^7.2

Since Feb 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/LaxCorp/BillingPartnerBundle)[ Packagist](https://packagist.org/packages/laxcorp/billing-partner-bundle)[ Docs](https://github.com/LaxCorp/BillingPartnerBundle)[ RSS](/packages/laxcorp-billing-partner-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (37)Used By (0)

Billing partner helper
======================

[](#billing-partner-helper)

Install
-------

[](#install)

composer require laxcorp/billing-partner-bundle

Add in app/AppKernel.php
------------------------

[](#add-in-appappkernelphp)

```
$bundles = [
    new LaxCorp\BillingPartnerBundle\BillingPartnerBundle(),
    new Circle\RestClientBundle\CircleRestClientBundle(),
    new Symfony\Bundle\MonologBundle\MonologBundle(),
];
```

And add in config.yaml

```
billing_partner:
    url: 'https://billing.site:port'
    login: 'billing_api_user'
    password: 'billing_api_password'
```

```
circle_rest_client:
    curl:
      defaults:
        CURLOPT_HTTPHEADER:     [ "Content-Type: application/json" ]
        CURLOPT_FOLLOWLOCATION: true
        CURLOPT_SSL_VERIFYPEER: false
        CURLOPT_SSL_VERIFYHOST: 0
        CURLOPT_SSLVERSION: false
        CURLOPT_CONNECTTIMEOUT: 3600
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Recently: every ~89 days

Total

35

Last Release

1794d ago

Major Versions

v2.2.4 → v3.0.02018-06-26

v3.1.0 → v4.0.02018-06-28

v4.0.0 → v5.0.02018-07-04

v5.2.1 → v6.0.02019-10-01

v6.1.1 → v7.0.02021-05-26

PHP version history (2 changes)v1.0.0PHP ^7.0

v6.0.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6587de75a218c983a4f601e6b90154bc93faceb730d9a05695383f6c15edf30c?d=identicon)[LaxCorp](/maintainers/LaxCorp)

---

Top Contributors

[![jsbuilder](https://avatars.githubusercontent.com/u/13780701?v=4)](https://github.com/jsbuilder "jsbuilder (3 commits)")

---

Tags

phpsymfony-bundle

### Embed Badge

![Health badge](/badges/laxcorp-billing-partner-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/laxcorp-billing-partner-bundle/health.svg)](https://phpackages.com/packages/laxcorp-billing-partner-bundle)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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