PHPackages                             kmuharam/tamex-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kmuharam/tamex-php

ActiveLibrary[API Development](/categories/api)

kmuharam/tamex-php
==================

This project is a PHP integration for the TAMEX v2 REST API

1.0.0(3y ago)015MITPHPPHP ^7.4|^8.0

Since Mar 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kmuharam/tamex-php)[ Packagist](https://packagist.org/packages/kmuharam/tamex-php)[ Docs](https://github.com/kmuharam/tamex-php)[ RSS](/packages/kmuharam-tamex-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

[![Contributors](https://camo.githubusercontent.com/2dd7ccc0ad74a423475245992d469d5ccc2190d5a0a40d39027ffcbc3d8fea90/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f6b6d75686172616d2f74616d65782d7068702e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/kmuharam/tamex-php/graphs/contributors)[![Forks](https://camo.githubusercontent.com/26518e939f564fa3dc66fc16fb0bf2c481e3f35855ce36cfc590bcc34568487b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6b6d75686172616d2f74616d65782d7068702e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/kmuharam/tamex-php/network/members)[![Stargazers](https://camo.githubusercontent.com/3bb77c699e0d0499587a8aedbe8601eb072b5cad675aa109ee0ae8575c63d619/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6b6d75686172616d2f74616d65782d7068702e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/kmuharam/tamex-php/stargazers)[![Issues](https://camo.githubusercontent.com/6a1c935460c0f97459e4e6fbcd62c8a88275b5150de5d179ee7b0203c0e58749/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6b6d75686172616d2f74616d65782d7068702e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/kmuharam/tamex-php/issues)[![MIT License](https://camo.githubusercontent.com/c476c50062fed8382a2c6a2e83537bdb88901dad4e72faa7f0229d8cda999983/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b6d75686172616d2f74616d65782d7068702e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/kmuharam/tamex-php/blob/master/LICENSE.md)[![LinkedIn](https://camo.githubusercontent.com/d52963778220cbec61d6ed72270f9735024ffceeb551e5c3933d4e03b4694cf1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4c696e6b6564496e2d626c61636b2e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d6c696e6b6564696e26636f6c6f72423d353535)](https://linkedin.com/in/khalid-moharrum-18ab41178)

 [ ![tamex-php](docs/images/logo.png) ](https://github.com/kmuharam/tamex-php)### TAMEX PHP

[](#tamex-php)

 [TAMEX](https://www.tamex.com.sa) REST API integration for your [PHP](https://php.net) application.
 [**Explore the docs »**]()

 [View Demo](https://github.com/kmuharam/tamex-php) · [Report Bug](https://github.com/kmuharam/tamex-php/issues) · [Request Feature](https://github.com/kmuharam/tamex-php/issues)

 Table of Contents1. [About The Project](#about-the-project)
2. [Support](#support)
3. [Getting Started](#getting-started)
    - [Prerequisites](#prerequisites)
    - [Installation](#installation)
4. [Usage](#usage)
    - [Quick start](#quick-start)
    - [Expected responses](#expected-responses)
5. [Roadmap](#roadmap)
6. [Contributing](#contributing)
7. [License](#license)
8. [Contact](#contact)

About The Project
-----------------

[](#about-the-project)

This project is a PHP integration for the [TAMEX](https://www.tamex.com.sa) v2 REST API.

([back to top](#readme-top))

Support
-------

[](#support)

[ ![buy me a coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/kmuharam)[ ![buy me a coffee](docs/images/paypal-donate.png)](https://paypal.me/moharrum?country.x=SA&locale.x=en_US)([back to top](#readme-top))

Getting Started
---------------

[](#getting-started)

This package can be installed through Composer.

You can view and download [TAMEX 2.7 API docs from here]().

### Prerequisites

[](#prerequisites)

Before you can start using this package, you need to contact [TAMEX](https://www.tamex.com.sa) sales to obtain `test` and `live` API keys.

### Installation

[](#installation)

```
composer require kmuharam/tamex-php
```

([back to top](#readme-top))

Usage
-----

[](#usage)

### Quick start

[](#quick-start)

In the below code you find an example implementation of the three operations supported by the API.

```
