fireguard / correios
Utilities for interaction with the post office of Brazil
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Type:project
Requires
- fabpot/goutte: ^3.2
- symfony/dom-crawler: ^3.2
- symfony/http-foundation: ^3.2
Requires (Dev)
- phpunit/phpunit: ~5.0
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
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' )