mlmendes / laravel-receitaws
Integrate a Laravel application to ReceitaWS API by Leads2b
Fund package maintenance!
1.3.0
2026-08-06 12:19 UTC
Requires
- php: ^8.4
- illuminate/contracts: ^12.0||^13.0
- spatie/laravel-package-tools: ^1.93
Requires (Dev)
- larastan/larastan: ^3.10
- laravel/pint: ^1.29
- nunomaduro/collision: ^8.9
- orchestra/testbench: ^11.1
- pestphp/pest: ^4.7
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.1
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
README
Integrate a Laravel application to ReceitaWS API by Leads2b
Installation
You can install the package via composer:
composer require mlmendes/laravel-receitaws
You can publish and run the migrations with:
php artisan vendor:publish --tag="receitaws-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="receitaws-config"
This is the contents of the published config file:
return [
];
Usage
$laravelReceitaWS = new MLMendes\LaravelReceitaWS();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.