Search by

zachgilbert / transglobal-express-php

zachgilbert

An unofficial PHP SDK for the Transglobal Express API

Package info

github.com/zachgilbert97/transglobal-express-php

pkg:composer/zachgilbert/transglobal-express-php

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-09-09 15:54 UTC

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:

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.