Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.
/ correios Public archive

Utilities for interaction with the post office of Brazil

License

Notifications You must be signed in to change notification settings

fireguard/correios

Repository files navigation

Fireguard Correios

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'
)

About

Utilities for interaction with the post office of Brazil

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages