PHPackages                             burakboz/mobiliz - 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. burakboz/mobiliz

ActiveLibrary[API Development](/categories/api)

burakboz/mobiliz
================

Mobiliz Tracking Systems www.mobiliz.com.tr php 7.x, 8.x compatible incomplete API implementation

v1.0.0(2y ago)0132MITPHPPHP &gt;=7.4

Since Sep 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/BurakBoz/mobiliz)[ Packagist](https://packagist.org/packages/burakboz/mobiliz)[ RSS](/packages/burakboz-mobiliz/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Mobiliz API PHP Library
=======================

[](#mobiliz-api-php-library)

[![GitHub](https://camo.githubusercontent.com/5d1ac9eec8f60ac7fbe5805f563a37d1e06d67058f8d77a5255d49f0ef9e2042/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f627572616b626f7a2f6d6f62696c697a)](https://camo.githubusercontent.com/5d1ac9eec8f60ac7fbe5805f563a37d1e06d67058f8d77a5255d49f0ef9e2042/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f627572616b626f7a2f6d6f62696c697a)[![GitHub tag (latest SemVer)](https://camo.githubusercontent.com/673b206d4bb1176f707557c5bedbb820a914bddf3e4e80a5debe0df9f8236842/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f627572616b626f7a2f6d6f62696c697a)](https://camo.githubusercontent.com/673b206d4bb1176f707557c5bedbb820a914bddf3e4e80a5debe0df9f8236842/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f627572616b626f7a2f6d6f62696c697a)[![Packagist Version](https://camo.githubusercontent.com/5c85cfe0b2ba9e3842225bfe36234fb501e960e8c8b1ec52e4d76a397ef3c56c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f627572616b626f7a2f6d6f62696c697a)](https://camo.githubusercontent.com/5c85cfe0b2ba9e3842225bfe36234fb501e960e8c8b1ec52e4d76a397ef3c56c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f627572616b626f7a2f6d6f62696c697a)[![PHP Version](https://camo.githubusercontent.com/dc80586ea5cff037f19e65031dd690bb41246367379146d8f946938fe64335c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f627572616b626f7a2f6d6f62696c697a)](https://camo.githubusercontent.com/dc80586ea5cff037f19e65031dd690bb41246367379146d8f946938fe64335c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f627572616b626f7a2f6d6f62696c697a)[![GitHub Workflow Status](https://camo.githubusercontent.com/122989b8573e31b49bc80fbefdb27e4b837444045845b265462246e125a5777f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f627572616b626f7a2f6d6f62696c697a2f4349)](https://camo.githubusercontent.com/122989b8573e31b49bc80fbefdb27e4b837444045845b265462246e125a5777f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f627572616b626f7a2f6d6f62696c697a2f4349)

**Mobiliz API** is a PHP library for interacting with the Mobiliz Tracking Systems API ([www.mobiliz.com.tr](http://www.mobiliz.com.tr)). It provides an incomplete implementation of the API and is compatible with PHP 7.x and 8.x.

Notes
-----

[](#notes)

**Note**: This library may not fully implement all features of the Mobiliz Tracking Systems API. Use it at your own discretion. Contributions are encouraged to make it more robust and feature-complete.

This piece of code was originally developed for a customer project. They suggested sharing it on GitHub, as others may find it useful.

In short, it was coded in PHP 7.4 as of 2023.

Please note that this is not a complete implementation of the Mobiliz API; we have only implemented what we needed. If you require additional functionality, you can hire me to complete the implementation.

Happy coding!

Features
--------

[](#features)

- Seamless integration with the Mobiliz Tracking Systems API.
- Simplified access to tracking and related functionalities.
- MIT License - You are free to use this library in your projects.

Installation
------------

[](#installation)

You can install this library via Composer. Run the following command:

```
composer require burakboz/mobiliz
```

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

[](#requirements)

- PHP &gt;= 7.4
- `ext-curl` extension

Usage
-----

[](#usage)

```
use BurakBoz\Mobiliz\MobilizClient;

$client = new MobilizClient('your_api_key');

// Example: Get a list of vehicles
$vehicles = $client->vehicles();

// Example: Get last activity information
$activities = $client->activityLast();
```

Implemented functions
---------------------

[](#implemented-functions)

1. `formatPlate`
2. `activityLast`
3. `activityLast`
4. `locations`
5. `drivers`
6. `vehicles`
7. `groups`
8. `fleets`
9. `eventCodes`
10. `properties`
11. `vehicleTypes`
12. `vehicleSubTypes`
13. `violationTypes`
14. `reportCanBusDetail`
15. `reportActivityDetail`

For more detailed usage instructions, please refer to the [examples](https://github.com/BurakBoz/mobiliz/tree/main/examples/examples.php).

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

[](#contributing)

Contributions are welcome! If you find a bug, have a feature request, or want to contribute code or documentation, please create an issue or pull request in this repository.

Security
--------

[](#security)

If you discover any security-related issues, please contact us at .

License
-------

[](#license)

This library is open-source software licensed under the [MIT License](LICENSE). Feel free to use it in your own projects.

About the Author
----------------

[](#about-the-author)

This library is maintained by [Burak Boz](https://www.burakboz.net). You can reach out to the author at .

Keywords
--------

[](#keywords)

mobiliz, library, package, tracking, api

---

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

964d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8fe8a33f242a447ad96caae8869ad930347da9e08296dea00ca0daf4e88ecb2?d=identicon)[BurakBoz](/maintainers/BurakBoz)

---

Top Contributors

[![BurakBoz](https://avatars.githubusercontent.com/u/3030819?v=4)](https://github.com/BurakBoz "BurakBoz (2 commits)")

---

Tags

apicomposerfleetlibrarymobilizphptrackingvehiclevehicle-trackingapipackagelibrarytrackingmobiliz

### Embed Badge

![Health badge](/badges/burakboz-mobiliz/health.svg)

```
[![Health](https://phpackages.com/badges/burakboz-mobiliz/health.svg)](https://phpackages.com/packages/burakboz-mobiliz)
```

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4642.4M10](/packages/gabrielbull-ups-api)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)

PHPackages © 2026

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