Looking to hire Laravel developers? Try LaraJobs

laravel-billingo maintained by omisai

Description
Laravel package for Billingo API integration
Last update
2026/03/17 21:40 (dev-master)
License
Links
Downloads
13

Comments
comments powered by Disqus

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!