PHPackages                             debricked/sylius-billogram-plugin - 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. debricked/sylius-billogram-plugin

ActiveSylius-plugin[Payment Processing](/categories/payments)

debricked/sylius-billogram-plugin
=================================

Billogram payment plugin for Sylius applications.

151[8 issues](https://github.com/debricked/sylius-billogram-plugin/issues)PHP

Since Aug 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/debricked/sylius-billogram-plugin)[ Packagist](https://packagist.org/packages/debricked/sylius-billogram-plugin)[ RSS](/packages/debricked-sylius-billogram-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![](https://camo.githubusercontent.com/9bfd383d7dcf1a867ebc2b4268f05afbb56a14085a39aa10c9d9ce5b9a09422b/68747470733a2f2f62696c6c6f6772616d2e636f6d2f7374617469632f696d616765732f62696c6c6f6772616d2d6f675f4032582e706e67) ](https://billogram.com/)
 [ ![](https://camo.githubusercontent.com/0a129db318934b967d4b4447e14e63ce4942c16813611714a42c88de74ea261b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465627269636b65642f73796c6975732d62696c6c6f6772616d2d706c7567696e2e737667) ](https://packagist.org/packages/debricked/sylius-billogram-plugin "License") [ ![](https://camo.githubusercontent.com/96adf61304c8e9f077260193422430fd4b0662787423aeee2bd4e3a3d789d339/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465627269636b65642f73796c6975732d62696c6c6f6772616d2d706c7567696e2e737667) ](https://packagist.org/packages/debricked/sylius-billogram-plugin "Version") [ ![](https://camo.githubusercontent.com/755faf097462f1f873a016c2b49926883aee5ed603b0c64f073e2257c51d789e/68747470733a2f2f7472617669732d63692e636f6d2f6465627269636b65642f73796c6975732d62696c6c6f6772616d2d706c7567696e2e7376673f6272616e63683d6d6173746572) ](https://travis-ci.com/debricked/sylius-billogram-plugin "Build status") [ ![](https://camo.githubusercontent.com/e65d36e9f1c4d840312c1ef2c286d6fe8567c7d46372ccf9d5ee0f36c432c0cd/68747470733a2f2f706f7365722e707567782e6f72672f6465627269636b65642f73796c6975732d62696c6c6f6772616d2d706c7567696e2f646f776e6c6f616473) ](https://packagist.org/packages/debricked/sylius-billogram-plugin "Total Downloads")
==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#------------------------------------------------------------------------------------)

Overview
--------

[](#overview)

This plugin allows you to integrate Billogram invoice with Sylius platform app. It includes all Sylius and Billogram invoice features.

The plugin was developed with inspiration from BitBagCommerce's [SyliusMolliePlugin](https://github.com/BitBagCommerce/SyliusMolliePlugin).

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

[](#installation)

```
$ composer require debricked/sylius-billogram-plugin
```

Add plugin dependencies to your AppKernel.php file:

```
public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...

        new \Debricked\SyliusBillogramPlugin\DebrickedSyliusBillogramPlugin(),
    ]);
}
```

Import required config in your `app/config/config.yml` file:

```
# app/config/config.yml

imports:
    ...

    - { resource: "@DebrickedSyliusBillogramPlugin/Resources/config/config.yml" }
```

Import routing by adding the following **to the top** of your `app/config/routing.yml` file:

```
# app/config/routing.yml

debricked_sylius_billogram_plugin:
    resource: "@DebrickedSyliusBillogramPlugin/Resources/config/routing.yml"
```

Update your database

```
$ bin/console doctrine:migrations:diff
$ bin/console doctrine:migrations:migrate

```

**Note:** If you are running it on production, add the `-e prod` flag to this command.

Customization
-------------

[](#customization)

### Available services you can [decorate](https://symfony.com/doc/current/service_container/service_decoration.html) and forms you can [extend](http://symfony.com/doc/current/form/create_form_type_extension.html)

[](#available-services-you-can-decorate-and-forms-you-can-extend)

Run the below command to see what Symfony services are shared with this plugin:

```
$ bin/console debug:container debricked_sylius_billogram_plugin
```

Testing
-------

[](#testing)

```
$ composer install
$ cd tests/Application
$ yarn install
$ yarn run gulp
$ bin/console assets:install web -e test
$ bin/console doctrine:database:create -e test
$ bin/console doctrine:schema:create -e test
$ bin/console server:run 127.0.0.1:8080 -d web -e test
$ open http://localhost:8080
$ billogram_api_username="your_sandbox_username" billogram_api_password="your_sandbox_api_key" bin/behat
$ billogram_api_username="your_sandbox_username" billogram_api_password="your_sandbox_api_key" bin/phpspec run
```

Contribution
------------

[](#contribution)

Learn more about our contribution workflow on .

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

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

---

Top Contributors

[![sweoggy](https://avatars.githubusercontent.com/u/5914253?v=4)](https://github.com/sweoggy "sweoggy (10 commits)")

### Embed Badge

![Health badge](/badges/debricked-sylius-billogram-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/debricked-sylius-billogram-plugin/health.svg)](https://phpackages.com/packages/debricked-sylius-billogram-plugin)
```

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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