PHPackages                             zembrowski/itraq-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. zembrowski/itraq-php

AbandonedArchivedLibrary[API Development](/categories/api)

zembrowski/itraq-php
====================

PHP wrapper for the iTraq API

0.0.1(9y ago)116MITPHPPHP &gt;=5.3

Since Aug 14Pushed 9y agoCompare

[ Source](https://github.com/zembrowski/itraq-php)[ Packagist](https://packagist.org/packages/zembrowski/itraq-php)[ Docs](https://github.com/zembrowski/itraq-php)[ RSS](/packages/zembrowski-itraq-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

itraq-php
=========

[](#itraq-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f84fb7132f52d8e3d8be847144cef27032d448b77762333b03d1aebcfa979c16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a656d62726f77736b692f69747261712d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zembrowski/itraq-php)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/e401f9e2c410bacd5b661af3fa48e246c5f446f793aa81661e41d573ef41440d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a656d62726f77736b692f69747261712d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zembrowski/itraq-php)[![Build Status](https://camo.githubusercontent.com/4e35f902f200fed0bed885817825d0da3abaad99619ce22e794f02081a6c4004/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7a656d62726f77736b692f69747261712d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/zembrowski/itraq-php)[![Quality Score](https://camo.githubusercontent.com/8e09b9f022eecffa1ba769d658857101d425cf885a55555ad37ba78a899e0406/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7a656d62726f77736b692f69747261712d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zembrowski/itraq-php)[![Coveralls Status](https://camo.githubusercontent.com/d59cc92fe15d9b381d1a2af7eeec9ee92dfa48d0090109d2f16e3a48bd09eed7/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a656d62726f77736b692f69747261712d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zembrowski/itraq-php)[![Codeship Status](https://camo.githubusercontent.com/79dce529bbe3b77d150a5d6178b42f3d2c15f4e338b99e22cd4cc63c89316157/68747470733a2f2f636f6465736869702e636f6d2f70726f6a656374732f49442f7374617475733f6272616e63683d6d6173746572)](https://codeship.com/projects/ID)

PHP wrapper for the iTraq API.

iTraq is a celluar GPS tracking device which can be purchased at [itraq.com](http://www.itraq.com?rfsn=623933.74aa8)

Install
-------

[](#install)

Via [Composer](https://getcomposer.org)

```
$ composer require zembrowski/itraq-php
```

Usage
-----

[](#usage)

With [Composer](https://getcomposer.org)

```
require_once 'vendor/autoload.php';

$email = 'name@domain.com';
$password = 'pa$$word';
$apiKey = '{apiKey given by iTraq}';

try {
  $itraq = new iTraq\User($apiKey);
  $token = $itraq->login($email, $password);
  $itraq = new iTraq\Devices($token);
  $devices = $itraq->devices();
  echo $devices;
} catch (Exception $e) {
  echo '[ERROR] ' . $e->getMessage();
}
```

See [examples.php](examples.php) for an advanced example.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Krzysztof Tomasz Zembrowski](https://github.com/zembrowski)
- [All Contributors](../../contributors)

Licenses
--------

[](#licenses)

The [MIT License](LICENSE) and [DBAD Public License](link-dbad) apply. Please see [LICENSE](LICENSE) for more information.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3608d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2451083?v=4)[Krzysztof Tomasz Zembrowski](/maintainers/zembrowski)[@zembrowski](https://github.com/zembrowski)

---

Top Contributors

[![zembrowski](https://avatars.githubusercontent.com/u/2451083?v=4)](https://github.com/zembrowski "zembrowski (6 commits)")

---

Tags

phpapiwrapperitraq

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zembrowski-itraq-php/health.svg)

```
[![Health](https://phpackages.com/badges/zembrowski-itraq-php/health.svg)](https://phpackages.com/packages/zembrowski-itraq-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k409.0k6](/packages/theodo-group-llphant)[resend/resend-php

Resend PHP library.

617.2M38](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[fingerprint/fingerprint-pro-server-api-sdk

Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.

33274.4k1](/packages/fingerprint-fingerprint-pro-server-api-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
