← Volver a proyectos
Cep PHP
Async, high availability brazilian CEP finder with multiple providers for redundancy.
#High availability brazilian CEP finder with service redundancy
#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.