summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 17033f1c6330ed0e7fcd0f832da743f502ae392f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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!