alexandreo/correios

Projeto de integração com api official dos Correios.

1.1 2020-03-22 15:43 UTC

This package is auto-updated.

Last update: 2024-04-23 00:48:13 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