PHPackages                             chriskl/phpssrs - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chriskl/phpssrs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chriskl/phpssrs
===============

PHP SQL Server Reporting Services Client Library

v0.1.2(12y ago)863.0k↓35.7%11BSD-2-ClausePHP

Since Sep 26Pushed 12y ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (1)

phpssrs
=======

[](#phpssrs)

Concrete SoapClient subclasses to access all four SQL Server Reporting Services endpoints:

- [ReportExecutionService](http://technet.microsoft.com/en-us/library/reportexecution2005.aspx)
- [ReportingService2005](http://technet.microsoft.com/en-us/library/reportservice2005.aspx)
- [ReportingService2006](http://technet.microsoft.com/en-us/library/reportservice2006.aspx)
- [ReportingService20010](http://technet.microsoft.com/en-us/library/reportservice2010.aspx)

See also: [Report Server Web Service Endpoints on TechNet](http://technet.microsoft.com/en-us/library/ms155398.aspx)

Contributors
------------

[](#contributors)

Originally developed by Chris Kings-Lynne,

Pull requests are very welcome, this project is still rapidly being developed for an internal project. Send your requests against the `dev` branch.

SSRS Authentication
-------------------

[](#ssrs-authentication)

For this library to work, you will probably need to enable Basic Authentication on your report server. You must typically edit the `C:\Program Files\Microsoft SQL Server\MSRS10_50\Reporting Services\ReportServer\rsreportserver.config`file and add the following:

```

```

And then restart Reporting Services.

Note that basic authentication will send your password in clear text over the network, so only connect via SSL, or to safe internal report servers.

Example Usage
-------------

[](#example-usage)

```
