Mobiliz API is a PHP library for interacting with the Mobiliz Tracking Systems API (www.mobiliz.com.tr). It provides an incomplete implementation of the API and is compatible with PHP 7.x and 8.x.
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!
- 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.
You can install this library via Composer. Run the following command:
composer require burakboz/mobiliz
- PHP >= 7.4
ext-curl
extension
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();
formatPlate
activityLast
activityLast
locations
drivers
vehicles
groups
fleets
eventCodes
properties
vehicleTypes
vehicleSubTypes
violationTypes
reportCanBusDetail
reportActivityDetail
For more detailed usage instructions, please refer to the examples.
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.
If you discover any security-related issues, please contact us at [email protected].
This library is open-source software licensed under the MIT License. Feel free to use it in your own projects.
This library is maintained by Burak Boz. You can reach out to the author at [email protected].
mobiliz, library, package, tracking, api