2017 © Pedro Peláez
 

library automatic

Automatic PHP 5.4+ Library

image

srtfisher/automatic

Automatic PHP 5.4+ Library

  • Friday, September 19, 2014
  • by srtfisher
  • Repository
  • 0 Watchers
  • 5 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Automatic API Library

License Coverage Status Build Status Latest Stable Version, (*1)

Automatic as described by their website:, (*2)

Automatic, your smartphone enabled driving assistant, gives you driving feedback, helps to diagnose check engine codes & more. Become a smarter driver today., (*3)

This is an API Library for Automatic. You can signup for a developer application here. The Automatic API is read only for the time being and currently in alpha., (*4)

Requirements

PHP 5.4 or later., (*5)

Authentication

Automatic uses OAuth 2 for Authentication. This Library uses thephpleague/oauth2-client for OAuth 2., (*6)

Install

Via Composer, (*7)

``` json { "require": { "srtfisher/automatic": "0.1.*" } }, (*8)


## Usage See examples in the [examples folder](https://github.com/srtfisher/automatic/tree/master/examples). ``` php vehicles->all(); $vehicle = $client->vehicles->retrieve('vehicle id'); ?>

Todo

  • Enable support for write access for when API supports it

Testing

bash $ phpunit, (*9)

Contributing

Please see CONTRIBUTING for details., (*10)

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions