PHPackages                             srtfisher/automatic - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. srtfisher/automatic

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

srtfisher/automatic
===================

Automatic PHP 5.4+ Library

0.1.0(11y ago)512MITPHPPHP &gt;=5.4.0

Since Sep 14Pushed 11y agoCompare

[ Source](https://github.com/srtfisher/automatic)[ Packagist](https://packagist.org/packages/srtfisher/automatic)[ RSS](/packages/srtfisher-automatic/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Automatic API Library
=====================

[](#automatic-api-library)

[![License](https://camo.githubusercontent.com/91658dbd60e0ab4b73fe98e08efb0dcbf53ed2ea242dde21701e86b1dde1c478/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7372746669736865722f6175746f6d617469632e7376673f7374796c653d666c6174)](https://github.com/srtfisher/automatic/blob/master/LICENSE)[![Coverage Status](https://camo.githubusercontent.com/5099d50627612e1bfa184719067930ac5971ee1c90b174b3560c41f074834517/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f7372746669736865722f6175746f6d617469632f62616467652e706e67)](https://coveralls.io/r/srtfisher/automatic)[![Build Status](https://camo.githubusercontent.com/fb733ae5d8e08d419d2b19ffe1b58aec6c69fc14a36c9448b94677046e152002/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f7372746669736865722f6175746f6d617469632e7376673f7374796c653d666c6174)](http://travis-ci.org/srtfisher/automatic)[![Latest Stable Version](https://camo.githubusercontent.com/e2bf5875d3d7a5f132a67dfdca82ddb13d7624b021d0bd72920d4c0680a0eb43/68747470733a2f2f706f7365722e707567782e6f72672f7372746669736865722f6175746f6d617469632f762f737461626c652e737667)](https://packagist.org/packages/srtfisher/automatic)

[Automatic](https://www.automatic.com/) as described by their website:

> Automatic, your smartphone enabled driving assistant, gives you driving feedback, helps to diagnose check engine codes &amp; more. Become a smarter driver today.

This is an API Library for Automatic. You can signup for a developer application [here](https://www.automatic.com/developer/). The Automatic API is **read only** for the time being and currently in alpha.

Requirements
------------

[](#requirements)

PHP 5.4 or later.

Authentication
--------------

[](#authentication)

Automatic uses OAuth 2 for Authentication. This Library uses [thephpleague/oauth2-client](https://github.com/thephpleague/oauth2-client) for OAuth 2.

Install
-------

[](#install)

Via Composer

```
{
    "require": {
        "srtfisher/automatic": "0.1.*"
    }
}
```

Usage
-----

[](#usage)

See examples in the [examples folder](https://github.com/srtfisher/automatic/tree/master/examples).

```
