From ff51a4b3c072d9db0f24d5804ea5e0313c153e15 Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Sun, 2 Mar 2014 23:46:20 +0100 Subject: [PATCH] Adding features block in README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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