PHPackages                             mambusrl/verizonconnect-php - 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. mambusrl/verizonconnect-php

ActiveLibrary[API Development](/categories/api)

mambusrl/verizonconnect-php
===========================

PHP 8.3 client for Verizon Reveal API

v1.1.3(2mo ago)014MITPHPPHP ^8.3

Since May 22Pushed 2mo agoCompare

[ Source](https://github.com/MambuSRL/verizonConnect_php)[ Packagist](https://packagist.org/packages/mambusrl/verizonconnect-php)[ RSS](/packages/mambusrl-verizonconnect-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (9)Used By (0)

verizonConnect\_php
===================

[](#verizonconnect_php)

PHP 8.3 library to call Verizon Reveal APIs:

- Get token (`/token`)
- List vehicles (`/cmd/v1/vehicles`)
- Get vehicle location (`/rad/v1/vehicles/{vehicle_number}/location`)
- Get vehicle status (`/rad/v1/vehicles/{vehicle_number}/status`)
- Get vehicle GPS history (`/rad/v1/vehicles/{vehicle_number}/status/history`)
- Get active DTCs (`/rad/v1/vehicles/getvehiclesactivedtcs`)
- Get vehicles locations in bulk (`POST /rad/v1/vehicles/locations`)
- Get vehicles statuses in bulk (`POST /rad/v1/vehicles/statuses`)
- Get vehicle ECM status (`/rad/v1/vehicles/{vehicle_number}/getecmstatusbyvehiclenumber`)
- Get vehicle DTC history (`/rad/v1/vehicles/{vehicle_number}/getdtchistorybyvehiclenumber`)

Install
-------

[](#install)

```
composer install
```

Usage
-----

[](#usage)

```
