summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrb-cohen <me@arronwoods.com>2015-03-10 11:21:45 +0000
committerrb-cohen <me@arronwoods.com>2015-03-10 11:21:45 +0000
commit7c84c0ac925065d9b15022af3923911069fe765c (patch)
tree4a05c0bed2b8cc34be037275c872186fe7171c90
parentcb50028b2113ef7bee3426551150d8947dcf41f1 (diff)
downloadphp-ssrs-7c84c0ac925065d9b15022af3923911069fe765c.zip
php-ssrs-7c84c0ac925065d9b15022af3923911069fe765c.tar.gz
php-ssrs-7c84c0ac925065d9b15022af3923911069fe765c.tar.bz2
Update README.md
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72ecb8f..5274a8f 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,26 @@ php-ssrs
PHP library for connecting to SSRS over SOAP
+Requirements
+-------------------
+
+Although it isn't mandatory to use Composer, without it you will need to set up autoloading or require the invidual classes manually. We *highly* recommend you install php-ssrs using Composer, its easy to get started: https://getcomposer.org/
+
+Dependencies:
+* PHP5.4
+* PHP curl module (on ubuntu, its `sudo apt-get install php5-curl`)
+
+
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.
+The easiest way to use php-ssrs is to install it with composer. To include the library in to your project using composer, run the following command:
+
+```
+$ php composer.phar require chartblocks/php-ssrs:~1.0.
+```
-To include the library in to your project using composer, add the following to your composer.json file:
+OR add the following to your composer.json file:
```json
{