Skip to content

TecSeguridad/traccar-api-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

traccar-api-php (Traccar API usage with PHP)

Use traccar api with php, using this easy to understand implementation in php. All features provided by Traccar in version 3.15 and later will be supported.

Traccar Server & API Version : 3.16 Supported

About Traccar

Features Implemented

  • Login (login in to traccar as any user)
  • Logout (logout of an active session from traccar)
  • Device List (list of all devices under the logged in traccar users account)
  • Positions Latest (latest positions of all devices under the logged in traccar users account)
  • reportSummary (Single devices summary report for specified duration)
  • reportTrips (Single devices Trip report for specified duration)
  • reportStops (Single devices stoppage and engine hours report for specified duration)

Features to be added

  • Geo-Fence
  • Notifications & Events
  • Commands
  • Playback Route

Add-on Features to be added (user-interface)

  • Map based tracking UI
  • Geo-Fence UI
  • Edit Device UI
  • Playback UI
  • Reports UI
  • Admin User Management UI
  • Admin Device Management UI
  • Admin Device <-> User Allocation UI

All codes/examples are being provided here for free by www.yodiyil.com

  • We have a fully functional list of all API functions for Traccar, however we are re-working on the codes and improving them to accomodate new changes that has been implemented in Traccar. And also to be in line with our intentions to launch sample UI Interfaces by Mid March 2018.

  • Contributions and Pull Requests are most welcome and will be given due credit.

About

Traccar API - PHP Implementation - Traccar Custom Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%