Skip to content

Commit

Permalink
Update the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 12, 2014
1 parent 2789ad4 commit f21b2e8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,25 @@ A PHP Wrapper for use with the [TMDB API](http://http://docs.themoviedb.apiary.i

Inspired by [php-github-api](https://github.com/KnpLabs/php-github-api) and [php-gitlab-api](https://github.com/m4tthumphrey/php-gitlab-api/).

** NOT READY FOR PRODUCTION USE, THINGS WILL CHANGE!!! **
** WARNING, The model namespace is not ready for production yet, however the API namespace should be stabilizing by now so feel free to try it out. **

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!
I've started working on this since the week of October-November 2013. I hoped to finish this pretty quick but I've been slammed with work, 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.
The API namespace has most things already covered, however this is RAW output from the API. I'm working extensively on finishing the models, which should provide a more natural feeling of working with TMDB.

Update 12-jan
--------------

Been able to do some work the past 2 days, API namespace has had it's last big refactorings, although it's still missing the account functionalities.

Update 18-nov
--------------

I've been hammered with work and had some time in the past few days to work on some things, please see the commit messages.

**The api() method in the client class will be removed soon, and being replaced by seperate methods per api section!**

Installation
------------
Install Composer
Expand Down Expand Up @@ -50,4 +53,4 @@ Please take a look at the (currently few) examples in the examples directory.
Model Usage
-----------

Please take a look at the (currently few) examples in the examples directory.
Basically the Repositories are used as the entry-point, take a look in the examples or better yet browse the code.

0 comments on commit f21b2e8

Please sign in to comment.