Utilities for interaction with the post office of Brazil
$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'
)