LaravelPackages.net
Acme Inc.
Toggle sidebar
saade/cep-php

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

5.734
8
v1.1.0
About saade/cep-php

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

High availability brazilian CEP finder with service redundancy

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.