saade/cep-php

Async, high availability brazilian CEP finder with multiple providers for redundancy.

v1.1.0 2024-04-23 17:36 UTC

README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require saade/cep-php

Usage

use Saade\Cep;

$cep = Cep::get('28895-190')

$cep->cep; // 28895190
$cep->state; // RJ
$cep->city; // Rio das Ostras
$cep->neighborhood; // Costazul
$cep->street; // Rua Nelson Pecegueiro do Amaral
$cep->provider; // correios / correios-alt / viacep / brasil-api

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

License

The MIT License (MIT). Please see License File for more information.