renatoneto/laravel4-cep

Consulta de CEP
10 1
Install
composer require renatoneto/laravel4-cep
PHP:>=5.4.0
License:MIT
Last Updated:Apr 2, 2014
Links: GitHub  ·  Packagist
Maintainer: renatoneto

Laravel Zipcode

Laravel Zipcode is a package to provide zipcode consult and validation.

Setup

Add the following line in the composer.json file

"renatoneto/laravel4-cep": "dev-master"

Run composer update command

Add the service provider in config/app.php

'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    'Illuminate\Cache\CacheServiceProvider',
    'Illuminate\Session\CommandsServiceProvider',
    ...

    'Skape\Zipcode\ZipcodeServiceProvider',

),

...

Related Packages

jansenfelipe/cep-gratis

Com esse pacote você poderá realizar consultas de CEP gratuitamente.

10,156 65
canducci/zipcode

ZipCode From Brazil

56,470 45
zizaco/cep-consult

This package has the objective to consult the CEP within one or more web APIs th...

2,718 23
cagartner/correios-consulta

Package para pesquisa de serviços de busca por cep, calculo de frete e etc, dire...

303,343 156