oyucekaya/transsmart

transsmart webservices 的 PHP 库

4.0.0 2024-01-15 10:18 UTC

This package is not auto-updated.

Last update: 2024-09-23 13:42:07 UTC


README

transsmart webservices 的 PHP 库

目前实现了以下四个功能

  • doBooking
  • getDocs
  • getStatus
  • doDelete
  • getShipments

如果您想使用依赖注入容器进行配置,可以使用 TranssmartServiceFactory 类。否则,您可以直接通过数组提供凭证并使用 TranssmartFactory。例如,您可以在 doBooking.php 和 getDocs.php 文件中查看示例。

以下功能将在以后添加

  • getLabel
  • getStatusHistory
  • getRates
  • setStatus
  • doManifest