2017 © Pedro Peláez
 

library itraq-php

PHP wrapper for the iTraq API

image

zembrowski/itraq-php

PHP wrapper for the iTraq API

  • Thursday, June 1, 2017
  • by zembrowski
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

itraq-php

Latest Version on Packagist ![Software License][ico-license] Total Downloads ![Build Status][ico-travis] Quality Score ![Coveralls Status][ico-coveralls] Codeship Status, (*1)

PHP wrapper for the iTraq API., (*2)

iTraq is a celluar GPS tracking device which can be purchased at itraq.com, (*3)

Install

Via Composer, (*4)

``` bash $ composer require zembrowski/itraq-php, (*5)



## Usage With [Composer][link-composer] ``` php require_once 'vendor/autoload.php'; $email = 'name@domain.com'; $password = 'pa$$word'; $apiKey = '{apiKey given by iTraq}'; try { $itraq = new iTraq\User($apiKey); $token = $itraq->login($email, $password); $itraq = new iTraq\Devices($token); $devices = $itraq->devices(); echo $devices; } catch (Exception $e) { echo '[ERROR] ' . $e->getMessage(); }

See examples.php for an advanced example., (*6)

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

Credits

Licenses

The MIT License and DBAD Public License apply. Please see LICENSE for more information., (*9)

The Versions

01/06 2017

dev-master

9999999-dev https://github.com/zembrowski/itraq-php

PHP wrapper for the iTraq API

  Sources   Download

MIT

The Requires

 

The Development Requires

api php wrapper itraq

14/08 2016

0.0.1

0.0.1.0 https://github.com/zembrowski/itraq-php

PHP wrapper for the iTraq API

  Sources   Download

MIT

The Requires

 

The Development Requires

api php wrapper itraq