Async, high availability brazilian CEP finder with multiple providers for redundancy.
saade/cep-php is a Laravel package for async, high availability brazilian cep finder with multiple providers for redundancy..
It currently has 8 GitHub stars and 5.734 downloads on Packagist (latest version v1.1.0).
Install it with composer require saade/cep-php.
Discover more Laravel packages by saade
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require saade/cep-php
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
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.