定制 polarbear/phpjasper 二次开发

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

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

polarbear/phpjasper

最新稳定版本:v2.1.0

Composer 安装命令:

composer require polarbear/phpjasper

包简介

JasperReports integration with JavaBridge

README 文档

README

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License

This component is to run JasperReports reports in PHP with using JavaBridge.

Why?

JasperReports is a great tool to generate reports with different output formats (for example: PDF, DOC, XLS), and it comes with a wysiwyg editor, JasperSoft Studio.

Requirements

To get this work, you have to install JavaBridge and add required .jars from JasperReports.

There is a script in the Resources/script dir to easily start the standalone JavaBridge server with the jar files included in the classpath

Install

Clone the project

    git clone https://github.com/polarbearhandler/phpjasper.git

Using composer

    composer require polarbear/phpjasper

For JavaBridge include you should set allow_url_include to On in php.ini

Limitations

Currently, the JavaBridge should run on the same machine. It's recommended to run the JavaBridge with the same user as your webserver (www-data)

This library was tested with JasperReports 6.17.0

Test and usage

Just run the tests Check the test suite for an example how to pass datasource/parameters to the report

    phpunit src/

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2016-01-20