Download the PHP package kmuharam/tamex-php without Composer
On this page you can find all versions of the php package kmuharam/tamex-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package tamex-php
TAMEX PHP
TAMEX REST API integration for your PHP application.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- About The Project
- Support
-
Getting Started
- Prerequisites
- Installation
-
Usage
- Quick start
- Expected responses
- Roadmap
- Contributing
- License
- Contact
About The Project
This project is a PHP integration for the TAMEX v2 REST API.
(back to top)
Support

(back to top)
Getting Started
This package can be installed through Composer.
You can view and download TAMEX 2.7 API docs from here.
Prerequisites
Before you can start using this package, you need to contact TAMEX sales to obtain test
and live
API keys.
Installation
(back to top)
Usage
Quick start
In the below code you find an example implementation of the three operations supported by the API.
For more information about what the requests payload should look like, take a look at the below links:
- Create shipment request parameters
- Query shipment status request parameters
- Print waybill request parameters
Expected responses
Create shipment response
Shipment status response
Print waybill response
(back to top)
Roadmap
- [ ] Add support for webhooks
- [ ] Add documentation pages at muharam.dev
See the open issues for a full list of proposed features (and known issues).
(back to top)
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
(back to top)
License
Distributed under the MIT License. See LICENSE.md
for more information.
(back to top)
Contact
Khalid Muharam - [email protected]
Project Link: https://github.com/kmuharam/tamex-php
(back to top)