Skip to content

deanstalker/php-ssrs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

See the wiki for information on how to get started!

<?php
$ssrs = new SSRS_Report('http://server/reportserver/', array('username' => 'thomas', 'password' => 'secureme'));
$ssrs->listChildren('/Report Folder');

About

PHP library for connecting to SSRS over SOAP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%