alexandreo / correios
Projeto de integração com api official dos Correios.
1.1
2020-03-22 15:43 UTC
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ~4.8 || ~5.0
This package is auto-updated.
Last update: 2025-01-23 02:30:53 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