From 5ce8ff18911ae6f38da12e8df157943d5a7d81ce Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 17:23:05 +0200 Subject: New README --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.markdown b/README.markdown index 4fd7c4b..ec1379f 100644 --- a/README.markdown +++ b/README.markdown @@ -4,6 +4,14 @@ STE Template Engine The STE Template Engine (STE) is a template engine for the PHP programming language. +Get it via composer / packagist +------------------------------- + +[Composer](https://getcomposer.org) is a dependency manager and package manager for PHP. Using composer is the recommended way of installing STE. + +Just put `kch42/ste` in your requirements (I suggest using the version `1.*`) and execute `composer install`. Then include composer's autoloader and you can simply use all stuff in the `\kch42\ste` namespace without further `require`s or `include`s. Awesome! + + Requirements ------------ -- cgit v1.2.3-54-g00ecf