2017 © Pedro Peláez
 

project correios

Utilities for interaction with the post office of Brazil

image

fireguard/correios

Utilities for interaction with the post office of Brazil

  • Tuesday, May 16, 2017
  • by fireguard
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Fireguard Correios

Utilities for interaction with the post office of Brazil, (*1)

Build Status Latest Stable Version Latest Unstable Version Total Downloads License Code Climate, (*2)

SensioLabsInsight, (*3)

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

The Versions

16/05 2017

dev-master

9999999-dev

Utilities for interaction with the post office of Brazil

  Sources   Download

MIT

The Requires

 

The Development Requires

crawler correios