wagnermengue / zipcode
zipcode, cep
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wagnermengue/zipcode
Requires
- php: ^8.1
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2025-10-29 03:12:21 UTC
README
Package developed to find zip code
Installation
You can install the package via composer:
composer require wagnermengue/zipcode
Usage
$zipCode = new ZipcodeClient(); $zipCode->find(93285630);
Expected:
{
  "logradouro" : "Rua José Casemiro Castilhos",
  "complemento" : "",
  "bairro" : "Olímpica",
  "cidade" : "Esteio",
  "uf" : "RS"
}
Testing
composer test
Data source
ViaCEP : https://viacep.com.br/
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email dev.mengue@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.