zachgilbert / transglobal-express-php
An unofficial PHP SDK for the Transglobal Express API
Package info
github.com/zachgilbert97/transglobal-express-php
pkg:composer/zachgilbert/transglobal-express-php
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.9
- guzzlehttp/psr7: ^2.8
- psr/http-client: ^1.0
- psr/http-factory: ^1.1
- psr/http-message: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.80
- pestphp/pest: ^4.0
- phpstan/phpstan: ^2.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-09 15:54:44 UTC
README
An unofficial php SDK for the Transglobal Express API. This publicly available package is not endorsed, developed, or maintained by Transglobal Express.
Note: this package is still under development. You're welcome to fork and PR, but recommend using this package with caution.
Table of contents
API documentation
Details of API endpoints are available at Transglobal Express:
- https://services3.transglobalexpress.co.uk/ (live)
- https://staging2.services3.transglobalexpress.co.uk/ (staging)
This package is developed based on the requesting and responses in JSON, not XML.
Installation
Via composer:
composer require zachgilbert/transglobal-express-php
Examples
Get Quote
TODO
Get Quote Minimal
TODO
Book Shipment
TODO
Get Countries
TODO
Contributing
Suggestions, fixes, and improvements are welcome! If you'd like to make a change to this package, please fork the repository and open a new PR when you're ready.
Make sure to outline the reason for the change and the pass results of any unit tests.