diff --git a/README.md b/README.md index 42c46a6c..9b612b01 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,17 @@ If this project saved you a bunch of work, or you just simply appreciate my effo +Features +---------------- + +- An complete integration of TMDB ( accounts, movies, tv etc. _if something is missing I haven't added the updates yet!_ ). +- Array implementation of the movie database +- Model implentation of the movie database _trying to follow their model as closely as possible_. +- An `ImageHelper` class to help build image urls or html elements. +- BackoffRetry plugin enabled by default to handle any rate limit errors. +- Caching support based on `max-age` headers returned by TMDB, requires `doctrine-cache`. +- Logging support, requires `monolog`. + Installation ------------ Install Composer