Download the PHP package rafaellaurindo/laravel-brasilapi without Composer
On this page you can find all versions of the php package rafaellaurindo/laravel-brasilapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rafaellaurindo/laravel-brasilapi
More information about rafaellaurindo/laravel-brasilapi
Files in rafaellaurindo/laravel-brasilapi
Package laravel-brasilapi
Short Description A Laravel package that provides a simple way to use the Brasil API endpoints
License MIT
Homepage https://github.com/rafaellaurindo/laravel-brasilapi
Informations about the package laravel-brasilapi
Laravel Brasil API
A Laravel package that provides a simple way to use the Brasil API endpoints.
Installation
You can install the package via composer:
You can publish the config file with:
Usage
You can use the methods from Dependency Injection
, Facade
or helper
.
Using from Dependency Injection:
Using from Facade:
Using from helper:
After you've installed the package. All the following examples use the facade. Don't forget to import it at the top of your file.
Searching address by zip code:
Get Brazilian banks list:
Get a bank from code:
Find company information using the CNPJ:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Rafael Laurindo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-brasilapi with dependencies
guzzlehttp/guzzle Version ^7.4
laravel/framework Version ^8.0|^9.0|^10.0|^11.0