alexandreo / correios
Projeto de integração com api official dos Correios.
Installs: 633
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alexandreo/correios
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ~4.8 || ~5.0
This package is auto-updated.
Last update: 2025-09-23 04:00:14 UTC
README
Projeto de integração com api official dos Correios.
Composer
composer require alexandreo/correios
Como usar
use Alexandreo\Correios\CorreioAtendeCliente; $correioAtendeCliente = new CorreioAtendeCliente(); try { $data = $correioAtendeCliente->consultaCep('02038010'); var_dump($data); } catch (\Alexandreo\Correios\CorreioException $e) {//get error echo $e->getMessage(); }
Methodos disponível
consultaCep