diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-05-24 17:23:05 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-05-24 17:23:05 +0200 |
commit | 5ce8ff18911ae6f38da12e8df157943d5a7d81ce (patch) | |
tree | 56e86049c31a166c9034d2a4f61680efa0b39d31 /README.markdown | |
parent | 54486e9da19ef91c2240e8b2e6c4d19da5dce0f0 (diff) | |
download | ste-5ce8ff18911ae6f38da12e8df157943d5a7d81ce.tar.gz ste-5ce8ff18911ae6f38da12e8df157943d5a7d81ce.tar.bz2 ste-5ce8ff18911ae6f38da12e8df157943d5a7d81ce.zip |
New README
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
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 ------------ |