Download the PHP package shopwwi/webman-express without Composer

On this page you can find all versions of the php package shopwwi/webman-express. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package webman-express

安装

配置文件

支持的查询

  1. 选择选定器

2.快递查询

3.请求扩展参数区别($additional)

参数名称 类型 说明 必须要求
OrderCode String 订单编号
CustomerName String ShipperCode 为JD,必填,对应京东的青龙配送编码,也叫商家编码,格式:数字+字母+数字,9 位数字加一个字母,共10 位,举例:001K123450;ShipperCode 为SF,且快递单号非快递鸟渠道返回时,必填,对应收件人/寄件人手机号后四位;ShipperCode 为SF,且快递单号为快递鸟渠道返回时,不填;ShipperCode 为其他快递时,不填
参数名称 类型 说明 必须要求
phone String 收、寄件人的电话号码(手机和固定电话均可,只能填写一个,顺丰速运和丰网速运必填,其他快递公司选填。如座机号码有分机号,分机号无需传入。)
from String 出发地城市
to String 目的地城市,到达目的地后会加大监控频率

4.返回结果说明(对各站进行了统一)

参数名称 类型 说明
message String 消息体,请忽略
status String 通讯状态,请忽略
exp_logo String 快递公司logo
exp_name String 快递公司名称
exp_ship_sn String 快递公司编码
exp_ship_code String 快递单号
exp_tel String 快递公司电话
exp_status String 当前快递状态
exp_status_text String 当前快递状态
route_info Array 快递途径明细
exp_list Array 快递明细列表
└ time String 时间,原始格式
└ context String 内容
└ status String 本数据元对应的物流状态名称或者高级状态名称
└ status_code String 本数据元对应的高级物流状态值
└ area_name String 本数据元对应的行政区域的名称
└ area_code String 本数据元对应的行政区域的编码
└ location String 本数据元对应的行政区域经纬度
└ area_pinyin String 本数据元对应的行政区域拼音

All versions of webman-express with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2 || ^8.0
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shopwwi/webman-express contains the following files

Loading the files please wait ....