PHPackages                             jongotlin/billogram-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. jongotlin/billogram-bundle

ActiveLibrary[Payment Processing](/categories/payments)

jongotlin/billogram-bundle
==========================

1.0.0(10y ago)0221[1 PRs](https://github.com/jongotlin/BillogramBundle/pulls)MITPHP

Since Jan 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jongotlin/BillogramBundle)[ Packagist](https://packagist.org/packages/jongotlin/billogram-bundle)[ RSS](/packages/jongotlin-billogram-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

BillogramBundle
===============

[](#billogrambundle)

This bundle lets you use [Billogram](https://github.com/billogram/billogram-v2-api-php-lib) in your Symfony application.

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

[](#installation)

```
$ composer require jongotlin/billogram-bundle
```

Composer will install the bundle to `jongotlin/billogram-bundle` directory.

### Add the bundle to your application kernel

[](#add-the-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new JGI\BillogramBundle\JGIBillogramBundle(),
        // ...
    );
}
```

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

[](#configuration)

```
# app/config/config.yml
jgi_billogram:
    id: %billogram_id%
    password: %billogram_password%
    sandbox_id: %billogram_sandbox_id%
    sandbox_password: %billogram_sandbox_password%
    sandbox: %billogram_sandbox%
```

```
# app/config/parameters.yml
billogram_id: "5367-fl60Ku6p"
billogram_password: "d4934454228e704eef26e8d621d1461b"
billogram_sandbox_id: "1725-dqst7op6"
billogram_sandbox_password: "da2e4561a99e74f7872222ad310b81ac"
billogram_sandbox: true
```

```
$this->getContainer()->get('jgi.billogram'); // Billogram\Api
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

Unknown

Total

1

Last Release

3758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cc25aa1a5dad773350b590c5d53b6e862267aaf311144e2134037b53a30bf99?d=identicon)[jongotlin](/maintainers/jongotlin)

---

Top Contributors

[![jongotlin](https://avatars.githubusercontent.com/u/165154?v=4)](https://github.com/jongotlin "jongotlin (5 commits)")

### Embed Badge

![Health badge](/badges/jongotlin-billogram-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jongotlin-billogram-bundle/health.svg)](https://phpackages.com/packages/jongotlin-billogram-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)
