Giter Site home page Giter Site logo

burakboz / mobiliz Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6 KB

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.

License: MIT License

PHP 100.00%
api composer fleet library php tracking vehicle vehicle-tracking mobiliz

mobiliz's Introduction

Mobiliz API PHP Library

GitHub GitHub tag (latest SemVer) Packagist Version PHP Version GitHub Workflow Status

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.

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

  • 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

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

composer require burakboz/mobiliz

Requirements

  • PHP >= 7.4
  • ext-curl extension

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

  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.

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

If you discover any security-related issues, please contact us at [email protected].

License

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

About the Author

This library is maintained by Burak Boz. You can reach out to the author at [email protected].

Keywords

mobiliz, library, package, tracking, api


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.