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

ActiveLibrary

jacktrac/jacktrac-php
=====================

v0.1.3(2y ago)08PHP

Since Mar 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jacktrachq/jacktrac-php)[ Packagist](https://packagist.org/packages/jacktrac/jacktrac-php)[ RSS](/packages/jacktrac-jacktrac-php/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)DependenciesVersions (5)Used By (0)

jacktrac-php
============

[](#jacktrac-php)

Welcome to the JackTrac PHP API Documentation! This guide will walk you through using the JackTrac API to retrieve device log data from our IoT web API.

Getting Started
---------------

[](#getting-started)

To begin using the JackTrac PHP API, follow these steps:

1. **Authentication**: Obtain your API key from JackTrac. This key will be required for authenticating your requests.
2. **Installation**: Install the JackTrac PHP API client using Composer. Add the following to your `composer.json` file:

```
{
    "require": {
        "jacktrac/jacktrac-php": "^0.1"
    }
}
```

Then run `composer install` to install the required package. Or simple `composer require jacktrac/jacktrac-php`

3. **Usage**: Use the following example to get device log data:

```
