fireguard/correios

This package is abandoned and no longer maintained. No replacement package was suggested.

Utilities for interaction with the post office of Brazil

dev-master 2017-05-15 23:01 UTC

This package is not auto-updated.

Last update: 2020-01-24 16:40:50 UTC


README

Utilities for interaction with the post office of Brazil

Build Status Latest Stable Version Latest Unstable Version Total Downloads License Code Climate

SensioLabsInsight

Cep Crawler

Usage example

$crawler = new Fireguard\Correios\CepCrawler();

$result = $crawler->searchForCep('02433-000');

// Expected Result
array(
    'address' => 'Praça Rotary Club de São Paulo-Norte',
    'district' => 'Parque Mandaqui',
    'city' => 'São Paulo',
    'state' => 'SP'
)