summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrb-cohen <me@arronwoods.com>2013-12-05 17:25:39 +0000
committerrb-cohen <me@arronwoods.com>2013-12-05 17:25:39 +0000
commit54a36ad6546237da4ad65e09df9a59523b1e6ce0 (patch)
tree19f6ea972b7ce88f544b9e4f030d6f04ddb470f7
parentc398673bc2ee2e627498ba55edcce923530326bb (diff)
downloadphp-ssrs-54a36ad6546237da4ad65e09df9a59523b1e6ce0.zip
php-ssrs-54a36ad6546237da4ad65e09df9a59523b1e6ce0.tar.gz
php-ssrs-54a36ad6546237da4ad65e09df9a59523b1e6ce0.tar.bz2
Update README.md
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6439bfd..17033f1 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,20 @@ php-ssrs
========
PHP library for connecting to SSRS over SOAP
+
+Installation / Usage
+--------------------
+
+The easiest way to use php-ssrs is to install it with composer. If you don't want to use composer, you can download the project and autoload it manually.
+
+To include the library in to your project using composer, add the following to your composer.json file:
+
+``` json
+{
+ "require": {
+ "rb-cohen/cif-parser": "dev-master"
+ }
+}
+```
+
+See the wiki for information on how to get started!