Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Nov 2, 2013
1 parent 37a2c6c commit 5d41529
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,36 @@ Work in progress
I've started working on this since the week of October-November 2013. I hope to finish this within a week or two, if you feel like lending a hand please contribute, wether it's documentation or code they are both more than welcome!

The API namespace has most things already covered, however this is RAW output from the API. I'm working extensively on finishing the models.

Installation
------------
Install Composer

```
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer
```

Add the following to your require block in composer.json config.

```
"wtfzdotnet/php-tmdb-api": "dev-develop"
```

Include Composer's autoloader:


```php
require_once dirname(__DIR__).'/vendor/autoload.php';
```


General API Usage
-----------------

Please take a look at the (currently few) examples in the examples directory.

Model Usage
-----------

`todo`

0 comments on commit 5d41529

Please sign in to comment.