diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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! |