From a0e0c162684a0e038fed7df6ffa190c16fa47df9 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Wed, 14 Nov 2012 16:32:06 +0000 Subject: Add brief installation tips to readme --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 2e5518d..b88e068 100644 --- a/README.markdown +++ b/README.markdown @@ -71,6 +71,19 @@ You might think of **Idiorm** as a *micro-ORM*. It could, perhaps, be "the tie t **Idiorm** might also provide a good base upon which to build higher-level, more complex database abstractions. For example, [Paris](http://github.com/j4mie/paris) is an implementation of the [Active Record pattern](http://martinfowler.com/eaaCatalog/activeRecord.html) built on top of Idiorm. +Installation +------------ + +### Packagist ### + +This library is available through Packagist with the vendor and package identifier of `j4mie/idiorm` + +Please see the [Packagist documentation](http://packagist.org/) for further information. + +### Download ### + +You can clone the git repository, download idiorm.php or a release tag and then drop the idiorm.php file in the vendors/3rd party/libs directory of your project. + Let's See Some Code ------------------- -- cgit v1.2.3