2017 © Pedro Peláez
 

library php-ssrs

PHP library for connecting to SSRS SOAP

image

chartblocks/php-ssrs

PHP library for connecting to SSRS SOAP

  • Friday, December 8, 2017
  • by rb-cohen
  • Repository
  • 8 Watchers
  • 19 Stars
  • 3,550 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 13 Forks
  • 3 Open issues
  • 12 Versions
  • 12 % Grown

The README.md

php-ssrs

PHP library for connecting to SSRS over SOAP, (*1)

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: https://getcomposer.org/, (*2)

Dependencies: * PHP5.4 * PHP curl module (on ubuntu, its sudo apt-get install php5-curl), (*3)

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:, (*4)

$ php composer.phar require chartblocks/php-ssrs:~1.0.

OR add the following to your composer.json file:, (*5)

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

See the wiki for information on how to get started!, (*6)

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

The Versions

08/12 2017

dev-master

9999999-dev

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-curl *

 

The Development Requires

by Arron Woods

08/12 2017

1.0.13

1.0.13.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-curl *

 

The Development Requires

by Arron Woods

04/07 2017

1.0.12

1.0.12.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-curl *

 

The Development Requires

by Arron Woods

29/03 2017

1.0.11

1.0.11.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-curl *

 

The Development Requires

by Arron Woods

05/08 2015

1.0.10

1.0.10.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-curl *

 

The Development Requires

by Arron Woods

23/04 2015

1.0.9

1.0.9.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-curl *

 

The Development Requires

by Arron Woods

21/04 2015

1.0.8

1.0.8.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-curl *

 

The Development Requires

by Arron Woods

10/04 2015

1.0.7

1.0.7.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-curl *

 

The Development Requires

by Arron Woods

05/03 2015

1.0.6

1.0.6.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Development Requires

by Arron Woods

02/03 2015

1.0.5

1.0.5.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Development Requires

by Arron Woods

11/02 2015

1.0.4

1.0.4.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

The Development Requires

by Arron Woods

05/12 2013

1.0.3

1.0.3.0

PHP library for connecting to SSRS SOAP

  Sources   Download

MIT

by Arron Woods