mlmendes/laravel-receitaws

Integrate a Laravel application to ReceitaWS API by Leads2b

Maintainers

Package info

github.com/mlmendes/laravel-receitaws

pkg:composer/mlmendes/laravel-receitaws

Transparency log

Fund package maintenance!

Lucas Mendes Martins

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.3.0 2026-08-06 12:19 UTC

This package is auto-updated.

Last update: 2026-08-06 12:27:42 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.