PHPackages                             chartblocks/php-ssrs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. chartblocks/php-ssrs

ActiveLibrary[HTTP &amp; Networking](/categories/http)

chartblocks/php-ssrs
====================

PHP library for connecting to SSRS SOAP

1.0.14(6y ago)2554.3k—0%20[6 issues](https://github.com/ChartBlocks/php-ssrs/issues)[1 PRs](https://github.com/ChartBlocks/php-ssrs/pulls)MITPHPPHP &gt;=5.3CI failing

Since Dec 5Pushed 4y ago9 watchersCompare

[ Source](https://github.com/ChartBlocks/php-ssrs)[ Packagist](https://packagist.org/packages/chartblocks/php-ssrs)[ RSS](/packages/chartblocks-php-ssrs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (12)Used By (0)

php-ssrs
========

[](#php-ssrs)

PHP library for connecting to SSRS over SOAP

Requirements
------------

[](#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:

Dependencies:

- PHP5.4
- PHP curl module (on ubuntu, its `sudo apt-get install php5-curl`)

Installation / Usage
--------------------

[](#installation--usage)

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.

```

OR add the following to your composer.json file:

```
{
    "require": {
        "chartblocks/php-ssrs": "~1.0."
    }
}
```

See the wiki for information on how to get started!

```
