文件名称:aftership-sdk-php:AfterShip APIPHP SDK
文件大小:24KB
文件格式:ZIP
更新时间:2024-04-06 10:11:00
PHP
AfterShip API PHP软件开发工具包 aftership-php是PHP SDK(模块)。 模块提供了简洁而优雅的方法来访问API端点。 联系人: 指数 软件开发工具包 安装 选项1(推荐):下载并安装Composer。 运行以下命令以要求AfterShip PHP SDK composer require aftership/aftership-php-sdk 使用自动加载器导入SDK文件 require 'vendor/autoload.php' ; $ key = 'AFTERSHIP API KEY' ; $ couriers = new AfterShip \ Couriers ( $ key ); $ trackings = new AfterShip \ Trackings ( $ key ); $ last_check_point = new Afte
【文件预览】:
aftership-sdk-php-master
----.gitignore(439B)
----src()
--------Couriers.php(2KB)
--------TrackingAdditionalFields.php(4KB)
--------BackwardCompatible.php(476B)
--------Notifications.php(5KB)
--------AfterShipException.php(78B)
--------Request.php(4KB)
--------Requestable.php(114B)
--------LastCheckPoint.php(2KB)
--------Trackings.php(8KB)
----.travis.yml(308B)
----composer.json(615B)
----examples()
--------demo.php(495B)
--------webhook.php(1KB)
--------config.php(44B)
--------testing.php(14KB)
----README.md(18KB)
----phpunit.xml(531B)
----tests()
--------AfterShip()
----.editorconfig(147B)