zeustd / fleet-manager-php

A minimalistic fleet manager with GPS support using Traccar Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fleet-manager-php

A minimalistic fleet manager with support for Traccar GPS Tracking software integration

Once you have an instance of the FleetManager class, you can use its methods to manage the fleet of vehicles. For example, you can use the addVehicle method to add a new vehicle to the fleet:

You can also use the getFleet method to retrieve a list of all vehicles in the fleet: This would print a list of all vehicles in the fleet, with each vehicle on a new line in the format "YEAR MAKE MODEL".

This project does not contain any UI design or files, it only contains classes, php functions and a datbase schema that you may use.

If you would like to contribute, fix, update, refactor this code please feel free to discuss and send PR's PR's for UI are welcome as well. please share your ideas and discuss first before working on any PR's so we are alligned.

Supported Features:

  • Add Vehicle
  • Edit Vehicle
  • Get Fleet (Vehicles)
  • Record Gas/Fuel Purchase
    • Get Gas/Fuel Purchase Records (Paginated)
  • Record registration and renewal of vehicle
  • Record Maintenance
  • Set Maintenance Reminders/Schedule
  • Record Digital Documents
  • Record Accidents
  • GPS Tracking
    • Supports GPS Listener to recieve data from Traccar and record it against the vehicle
    • Add the trackers uniqueId against the vehicle in fleet record, and configure to forward location data to the gps.php script

Upcoming Features:

    • Get Maintenace Records (Paginated)
    • Get Maintenance Records (Paginated)
    • Get Maintenance Reminders (Paginated)
    • Get Digital Documents Records (Paginated)
    • Get Accident Records (Paginated)

Notes

  • The database schema is not optimized for large volume of data or production usage.
  • This is only a sample concept project

About

A minimalistic fleet manager with GPS support using Traccar Integration


Languages

Language:PHP 100.0%