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
Requires
- php: ^8.3
- illuminate/config: ^11|^12
- illuminate/support: ^11.0|^12.0
Requires (Dev)
- orchestra/testbench: ^9.0|^10.0
- pestphp/pest: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
This package is auto-updated.
Last update: 2026-02-13 18:54:43 UTC
README
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'];
- Disable Debug Mode: Set
BILLINGO_DEBUG=falsein production - Limit API Key Scope: Use API keys with minimal required permissions
- Rotate Keys: Regularly rotate your API keys
- 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!