Skip to content

Commit

Permalink
Merge pull request #1 from alanly/develop
Browse files Browse the repository at this point in the history
Updated readme with requirements.
  • Loading branch information
alanly committed Jun 26, 2014
2 parents 8599786 + e0d303b commit d11e391
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Traktor

[![Build Status - Master](https://api.travis-ci.org/alanly/traktor.svg?branch=master)](https://travis-ci.org/alanly/traktor)

Traktor is a simple PHP client for the Trakt.tv API service, that allows you to cleanly integrate the data available on Trakt into your application. Currently, it supports only non-developer and GET-based methods.
Traktor is a simple PHP client for the Trakt.tv API service, that allows you to cleanly integrate the data available on Trakt into your application.

Currently, it supports only non-developer and GET-based API methods. It makes use of the GuzzleHttp library and requires the use of PHP 5.4 or above.

It aims to be fairly basic and simple to use:

Expand All @@ -29,4 +31,4 @@ echo $summary->episode->number;
// 3
echo $summary->episode->title;
// "Articles of Incorporation"
```
```

0 comments on commit d11e391

Please sign in to comment.