diff --git a/README.md b/README.md index 06313dfa..5c94bcdc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +Basically the Repositories are used as the entry-point, take a look in the examples or better yet browse the code. \ No newline at end of file