oyucekaya/transsmart

PHP library for transsmart webservices

4.0.0 2024-01-15 10:18 UTC

This package is not auto-updated.

Last update: 2025-06-16 17:02:44 UTC


README

PHP library for transsmart webservices

For now four functions are implemented:

  • doBooking
  • getDocs
  • getStatus
  • doDelete
  • getShipments

To use a dependency injection container for the config you can use the class TranssmartServiceFactory. Otherwise you can directly feed the credentials trhough an array and use the TranssmartFactory. For examples you can see the files doBooking.php and getDocs.php.

Following functions will be added later:

  • getLabel
  • getStatusHistory
  • getRates
  • setStatus
  • doManifest