omisai/laravel-billingo

Laravel package for Billingo API integration

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/omisai/laravel-billingo

v1.1.0 2026-02-13 18:49 UTC

This package is auto-updated.

Last update: 2026-02-13 18:54:43 UTC


README

Latest Stable Version License PHP Version Require Laravel Billingo API

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

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

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

Contributing

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

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 for details on reporting security vulnerabilities.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Sponsoring

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

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