Download the PHP package salmanahmad143/laravel-einvoice-suite without Composer
On this page you can find all versions of the php package salmanahmad143/laravel-einvoice-suite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download salmanahmad143/laravel-einvoice-suite
More information about salmanahmad143/laravel-einvoice-suite
Files in salmanahmad143/laravel-einvoice-suite
Download salmanahmad143/laravel-einvoice-suite
More information about salmanahmad143/laravel-einvoice-suite
Files in salmanahmad143/laravel-einvoice-suite
Vendor salmanahmad143
Package laravel-einvoice-suite
Short Description Multi-provider E-Invoice integration for Laravel 8+ (EY, Adaequare, etc.)
License MIT
Package laravel-einvoice-suite
Short Description Multi-provider E-Invoice integration for Laravel 8+ (EY, Adaequare, etc.)
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-einvoice-suite
Laravel E-Invoice Suite
Multi-provider E-Invoice integration for Laravel 8+ (EY, Adaequare, etc.)
Features
- Plug-and-play support for multiple e-invoice providers (EY, Adaequare, and more)
- Unified API for generating IRN, EWay Bill, and cancellations
- Easily extendable for new providers
- Simple configuration via config/einvoice.php or .env
- Clean, production-ready codebase
Installation
1. Require the package via Composer
If published on Packagist:
2. Publish the configuration file
3. Configure your credentials
Edit .env or config/einvoice.php to set your API credentials for each provider:
Basic Usage
1. Import the Manager
2. Prepare Invoice Parameters
3. Generate IRN (Invoice Reference Number)
4. Generate EWay Bill
5. Cancel EWay Bill
6. Cancel IRN
Configuration
The configuration file config/einvoice.php allows you to set credentials for each provider. Example:
Troubleshooting
- Ensure your credentials are correct in
.envorconfig/einvoice.php. - Check the API endpoints for each provider.
- Use try/catch to handle exceptions and log errors.
License
MIT License. See LICENSE file for details.
All versions of laravel-einvoice-suite with dependencies
PHP Build Version
Package Version
The package salmanahmad143/laravel-einvoice-suite contains the following files
Loading the files please wait ...