PHPackages                             padam87/billingo-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. [API Development](/categories/api)
4. /
5. padam87/billingo-bundle

ActiveSymfony-bundle[API Development](/categories/api)

padam87/billingo-bundle
=======================

API wrapper for https://www.billingo.hu

v0.12.0(2y ago)11.8k[1 PRs](https://github.com/Padam87/BillingoBundle/pulls)MITPHPPHP ^8.0

Since Mar 23Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Padam87/BillingoBundle)[ Packagist](https://packagist.org/packages/padam87/billingo-bundle)[ Docs](https://github.com/Padam87/BillingoBundle)[ RSS](/packages/padam87-billingo-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (28)Used By (0)

Installation
============

[](#installation)

`composer require padam87/billingo-bundle`

App kernel: `new Padam87\BillingoBundle\Padam87BillingoBundle(),`

Configuration:
==============

[](#configuration)

```
padam87_billingo:
    authentication:
        public_key: your_public_key
        private_key: your_private_key
```

Usage:
======

[](#usage)

```
$client = $this->get('padam87_billingo.api')->request('POST', 'clients', [/* ... */]);
```

In the example above `$client` will contain the complete response from the API. The response data should be accessed by `$client['data']`.

Configuration reference:
========================

[](#configuration-reference)

```
padam87_billingo:
    authentication:       # Required
        public_key:           ~ # Required
        private_key:          ~ # Required
        lifetime:             120
    api:
        version:              2
        base_url:             'https://www.billingo.hu/api/'
```

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance63

Regular maintenance activity

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

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

Recently: every ~287 days

Total

23

Last Release

732d ago

Major Versions

v0.9.0 → v3.x-dev2021-03-02

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

v0.5.0PHP &gt;=7.1.0

v0.9.0PHP &gt;=7.4.0

v0.12.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/16ee53cf1050ad8f7ac884365abee80ded7fc531a57cadbdaef303de59e69222?d=identicon)[Padam87](/maintainers/Padam87)

---

Top Contributors

[![Padam87](https://avatars.githubusercontent.com/u/776488?v=4)](https://github.com/Padam87 "Padam87 (49 commits)")

---

Tags

apisymfonybillingo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/padam87-billingo-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[google-gemini-php/symfony

Symfony Bundle for Gemini

149.4k1](/packages/google-gemini-php-symfony)

PHPackages © 2026

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