PHPackages                             thingstelemetry/laravel-traccar - 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. thingstelemetry/laravel-traccar

ActiveLibrary[API Development](/categories/api)

thingstelemetry/laravel-traccar
===============================

PHP and Laravel client for the Traccar API

v1.0.9(2mo ago)5612↓92.9%MITPHPPHP ^8.4 || ^8.5CI passing

Since Oct 11Pushed 2w agoCompare

[ Source](https://github.com/thingstelemetry/laravel-traccar)[ Packagist](https://packagist.org/packages/thingstelemetry/laravel-traccar)[ RSS](/packages/thingstelemetry-laravel-traccar/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (15)Versions (38)Used By (0)

Things Telemetry Traccar PHP SDK
================================

[](#things-telemetry-traccar-php-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/dca25c5082b3bade33628eb67a97cd501768796f3e226782fddc40328cfb7864/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e677374656c656d657472792f6c61726176656c2d747261636361722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thingstelemetry/laravel-traccar)[![GitHub Actions Test Status](https://camo.githubusercontent.com/e86b58f899d83d3240fb3c23e04e758add2a8a78a4e755b8c606b91c3d38d16c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7468696e677374656c656d657472792f6c61726176656c2d747261636361722f74657374732e796d6c3f6c6f676f3d676974687562266c6162656c3d5465737473)](https://camo.githubusercontent.com/e86b58f899d83d3240fb3c23e04e758add2a8a78a4e755b8c606b91c3d38d16c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7468696e677374656c656d657472792f6c61726176656c2d747261636361722f74657374732e796d6c3f6c6f676f3d676974687562266c6162656c3d5465737473)[![Total Downloads](https://camo.githubusercontent.com/d68c8d756cd0a562219413ab7c1b2afd0b56643456804020d27f5968f230e1ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e677374656c656d657472792f6c61726176656c2d747261636361722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thingstelemetry/laravel-traccar)

[![Traccar Screenshot](./docs/images/traccar-home-page.webp)](./docs/images/traccar-home-page.webp)

**Things Telemetry Laravel Traccar** is a Laravel-specific composer package that simplifies integration with the Traccar GPS tracking platform. It provides an elegant, expressive API to interact with Traccar’s REST endpoints.

Requirements
------------

[](#requirements)

VersionPHPLaravel1.x8.4.x, 8.5.x13.xInstallation
------------

[](#installation)

You can install the package via Composer

```
composer require thingstelemetry/laravel-traccar

```

Configuration
-------------

[](#configuration)

### Environment variables

[](#environment-variables)

- `TRACCAR_API_KEY` – Your Traccar API token
- `TRACCAR_BASE_URL` – Base API URL (default `https://demo.traccar.org/api`)

Publishing Configuration
------------------------

[](#publishing-configuration)

You can publish the configuration by running the following command:

```
php artisan vendor:publish --tag=config --provider="ThingsTelemetry\Traccar\TraccarServiceProvider"
```

Usage
=====

[](#usage)

Here is a quick example of how to get server information.

```
use ThingsTelemetry\Traccar\Facades\Server;

// returns ThingsTelemetry\Traccar\Dto\ServerData
$info = Server::get();

$version = $info->version; // '6.10'
$speedUnit = $info->attributes->speedUnit->value; // 'kn', 'kmh', or 'mph'
$timezone = $info->attributes->timezone; // e.g. 'UTC'
```

Full Documentation
------------------

[](#full-documentation)

The full documentation can be found [on Things Telemetry Website](https://traccar.thingstelemetry.com?source=GitHubRepoReadme).

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [RELEASE NOTES](https://github.com/thingstelemetry/laravel-traccar/releases) for more information on what has changed recently.

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

[](#contributing)

Please see [Contribution Guidelines](https://github.com/thingstelemetry/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Njogu Amos](https://github.com/njoguamos)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance91

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

Every ~8 days

Total

23

Last Release

76d ago

Major Versions

v0.7.6-alpha → v1.0.0-beta.12026-02-17

PHP version history (2 changes)v0.1.0-alphaPHP ^8.4

v1.0.0-beta.4PHP ^8.4 || ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/1262b428518ef976f4268074e0b9e9280ec9af765aee553112bea64401beed8f?d=identicon)[njoguamos](/maintainers/njoguamos)

---

Top Contributors

[![njoguamos](https://avatars.githubusercontent.com/u/29255728?v=4)](https://github.com/njoguamos "njoguamos (307 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (44 commits)")

---

Tags

phpapilaraveltrackingiotgpsTraccar

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/thingstelemetry-laravel-traccar/health.svg)

```
[![Health](https://phpackages.com/badges/thingstelemetry-laravel-traccar/health.svg)](https://phpackages.com/packages/thingstelemetry-laravel-traccar)
```

###  Alternatives

[resend/resend-laravel

Resend for Laravel

1222.7M9](/packages/resend-resend-laravel)[wayofdev/laravel-symfony-serializer

📦 Laravel wrapper around Symfony Serializer.

2117.7k](/packages/wayofdev-laravel-symfony-serializer)

PHPackages © 2026

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