PHPackages                             omisai/laravel-billingo - 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. omisai/laravel-billingo

ActiveLibrary[API Development](/categories/api)

omisai/laravel-billingo
=======================

Laravel package for Billingo API integration

v1.2.0(1mo ago)15MITPHPPHP ^8.3CI passing

Since Nov 30Pushed 1mo agoCompare

[ Source](https://github.com/omisai-tech/laravel-billingo)[ Packagist](https://packagist.org/packages/omisai/laravel-billingo)[ RSS](/packages/omisai-laravel-billingo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (11)Versions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/f18a70370d62b1968980dd34ae0572cf067632e34dfb5b13700cd5b6a62f73b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d697361692f6c61726176656c2d62696c6c696e676f3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/omisai/laravel-billingo)[![License](https://camo.githubusercontent.com/af9e7da65cbd970af83962d0adfe4c5e9cfd6c3f691df796c54fac99caa126ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f6d697361692f6c61726176656c2d62696c6c696e676f3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/omisai/laravel-billingo)[![PHP Version Require](https://camo.githubusercontent.com/4df4f0cd15e0fdf07c502bbd646c7ec8d652d895859dc513ae7d571d8771e2c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e332d626c75653f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)](https://packagist.org/packages/omisai/laravel-billingo)[![Laravel](https://camo.githubusercontent.com/79bca2fd6a9cec66a30966e541ba4acd493daf1bc8ffc2a91685db8e320fc61f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d25334525334431312d7265643f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c)](https://camo.githubusercontent.com/79bca2fd6a9cec66a30966e541ba4acd493daf1bc8ffc2a91685db8e320fc61f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d25334525334431312d7265643f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c)[![Billingo API](https://camo.githubusercontent.com/d6b668e1adc9c28fc772e3deebb98e5c810673eb2f377f330b3f4d7f2697601e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f42696c6c696e676f2532304150492d76332d79656c6c6f773f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/d6b668e1adc9c28fc772e3deebb98e5c810673eb2f377f330b3f4d7f2697601e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f42696c6c696e676f2532304150492d76332d79656c6c6f773f7374796c653d666f722d7468652d6261646765)

About
=====

[](#about)

**laravel-billingo** is a Laravel package for seamless integration with the Billingo API v3. This package provides a simple and elegant way to interact with Billingo's features directly from your Laravel application.

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

[](#installation)

You can install the package via Composer:

```
composer require omisai/laravel-billingo
```

After installation, publish the configuration file:

```
php artisan vendor:publish --provider="Omisai\Billingo\BillingoServiceProvider"
```

This will create a `config/billingo.php` file where you can configure your Billingo API credentials and settings.

Usage
-----

[](#usage)

For detailed usage instructions, including examples and API documentation, please refer to the [USAGE.md](USAGE.md) file.

Contributing
------------

[](#contributing)

We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.

Security
--------

[](#security)

```
// ✅ DO: Use environment variables
BILLINGO_API_KEY=your-api-key-here

// ❌ DON'T: Hardcode API keys in your code
$config = ['api_key' => 'your-api-key-here'];
```

1. **Disable Debug Mode**: Set `BILLINGO_DEBUG=false` in production
2. **Limit API Key Scope**: Use API keys with minimal required permissions
3. **Rotate Keys**: Regularly rotate your API keys
4. **Monitor Usage**: Monitor API usage for suspicious activity

Please see [SECURITY.md](.github/SECURITY.md) for details on reporting security vulnerabilities.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Sponsoring
----------

[](#sponsoring)

If you find this package useful, please consider sponsoring the development:

- [Sponsoring on GitHub](https://github.com/sponsors/omisai-tech)

Your support helps us maintain and improve this open-source project!

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance89

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.4% 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 ~53 days

Total

3

Last Release

56d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/818e031ac6546efe377b692f91166dc1a6c89b8838ce720b8786e4b15a30db62?d=identicon)[bornemisza](/maintainers/bornemisza)

---

Top Contributors

[![bornemisza](https://avatars.githubusercontent.com/u/22169041?v=4)](https://github.com/bornemisza "bornemisza (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

apibillingolaravelv3apilaravelinvoicebillingoomisai

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/omisai-laravel-billingo/health.svg)

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

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[dacastro4/laravel-gmail

Gmail API package for Laravel

312382.9k1](/packages/dacastro4-laravel-gmail)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)[gregoriohc/laravel-trello

A Laravel wrapper and facade package for the Trello API

3366.8k2](/packages/gregoriohc-laravel-trello)[deviddev/billingo-api-v3-wrapper

This is a simple Laravel wrapper for Billingo (billingo.hu) API V3 SwaggerHUB PHP SDK.

2216.3k](/packages/deviddev-billingo-api-v3-wrapper)

PHPackages © 2026

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