answear/fox-post-parcel

FoxPost包裹的Symfony API。

安装量: 7,502

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 1

开放问题: 0

类型:symfony-bundle

2.0.1 2024-09-12 07:57 UTC

This package is auto-updated.

Last update: 2024-09-12 07:57:27 UTC


README

PHP的FoxPost取货客户端。

安装

  • 使用Composer安装
composer require git@github.com:answear/fos-post-parcel.git

设置

不需要设置。

使用方法

获取包裹店列表

/** @var \Answear\FoxPostParcel\Command\GetParcelShops $getParcelShopsCommand **/
$getParcelShopsCommand->getParcelShops();

错误处理

  • Answear\FoxPostParcel\Exception\ServiceUnavailable 用于所有 GuzzleException
  • Answear\FoxPostParcel\Exception\MalformedResponse 用于不正确的响应

最后说明

请随意提交带有新功能、改进或错误修复的pull request。Answear团队将非常感激任何评论。