oyucekaya / transsmart
PHP library for transsmart webservices
Installs: 71 629
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^7.0 || ^8.0
- ext-soap: *
- psr/container: ^1.0
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