alexandreo / correios
与邮政官方API集成的项目。
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: 2024-09-23 01:45:44 UTC
README
与邮政官方API集成的项目。
Composer
composer require alexandreo/correios
如何使用
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(); }
可用方法
consultaCep