From ec1997d9b5e1b0db5a0054a390939f95c76c67de Mon Sep 17 00:00:00 2001 From: itsgoingd Date: Sun, 22 Sep 2013 19:24:01 +0200 Subject: [PATCH] Updated readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 87ea5faf..241569e1 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ $app = new Slim(...); $app->add(new Clockwork\Support\Slim\ClockworkMiddleware('/requests/storage/path')); ``` +### Other frameworks + +There is a [brief architecture overview](https://github.com/itsgoingd/clockwork/wiki/Development-notes) available, that should provide some help when implementing support for new frameworks or custom applications. + +If you would like to see or are working on a support for yet unsupported framework feel free to open a new issue on github. + ## Licence Copyright (c) 2013 Miroslav Rigler