定制 chartblocks/php-ssrs 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

chartblocks/php-ssrs

最新稳定版本:1.0.14

Composer 安装命令:

composer require chartblocks/php-ssrs

包简介

PHP library for connecting to SSRS SOAP

README 文档

README

PHP library for connecting to SSRS over SOAP

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/

Dependencies:

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

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!

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

统计信息

  • 总下载量: 51.98k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 25
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 25
  • Watchers: 9
  • Forks: 20
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-12-05