| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/painel/assets/plugins/cepgratis/ |
Upload File : |
# CEP Grátis
[](https://travis-ci.org/jansenfelipe/cep-gratis)
[](https://packagist.org/packages/jansenfelipe/cep-gratis)
[](https://packagist.org/packages/jansenfelipe/cep-gratis)
[](https://packagist.org/packages/jansenfelipe/cep-gratis)
[](http://opensource.org/licenses/MIT)
Com esse pacote você poderá realizar consultas de CEP no site dos correios gratuitamente.
### Changelog
* 3.0.1 - 10/03/2016 Tratar cep inexistente. Obrigado [@nunesbeto](https://github.com/nunesbeto)
* 3.0.0 - 08/03/2016 Up version fabpot/goutte
* 2.0.4 - 05/03/2016 Ajuste pois o site dos Correios sofreu alteração. Obrigado [@devLopez](https://github.com/devLopez)
### Como utilizar
Adicione a library
```sh
$ composer require jansenfelipe/cep-gratis
```
Adicione o autoload.php do composer no seu arquivo PHP.
```php
require_once 'vendor/autoload.php';
```
Agora basta chamar o metodo consultar($cep)
```php
$endereco = JansenFelipe\CepGratis\CepGratis::consulta('31030080');
```
### Gostou? Conheça também
* [CnpjGratis](https://github.com/jansenfelipe/cnpj-gratis)
* [CpfGratis](https://github.com/jansenfelipe/cpf-gratis)
* [CidadesGratis](https://github.com/jansenfelipe/cidades-gratis)
* [NFePHPSerialize](https://github.com/jansenfelipe/nfephp-serialize)
### License
The MIT License (MIT)