wagnermengue/zipcode

0.0.2 2023-09-29 02:41 UTC

This package is auto-updated.

Last update: 2024-04-29 04:41:25 UTC


README

Latest Version on Packagist Total Downloads

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.