PHPackages                             simitgroup/phpjasperxml - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. simitgroup/phpjasperxml

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

simitgroup/phpjasperxml
=======================

PHP PDF renderer of open source jasper report studio.

2.1.17(9mo ago)493.1k↑46.2%46[7 issues](https://github.com/SIMITGROUP/phpjasperxml/issues)[2 PRs](https://github.com/SIMITGROUP/phpjasperxml/pulls)BSD-3-ClausePHPPHP &gt;=7.0

Since Jan 29Pushed 9mo ago13 watchersCompare

[ Source](https://github.com/SIMITGROUP/phpjasperxml)[ Packagist](https://packagist.org/packages/simitgroup/phpjasperxml)[ RSS](/packages/simitgroup-phpjasperxml/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (6)Versions (24)Used By (0)

Introduction
============

[](#introduction)

This is php library read jasper report designed file (.jrxml) and generate pdf file.

The goal of this project is to allow php developer design reasonable good printable pdf easily with concept WYSIWYG. However, since the .jrxml file design for java project, phpjasperxml not able to make it 100% compatible in php environment. Refer compatibility description to know what you can do and what you cannot do.

It completely rewrite since version 1.x, if you use version 1.x before please verify your output carefully since it is more compatible to jasper studio, but may not work perfectly at last version.

Change Log
==========

[](#change-log)

Track change log since 2.1.0 [here](./changelog.md)

Install
=======

[](#install)

Latest phpjasperxml require php 7.4-8.2, and php extension like php-curl, php-intl, php-simplexml.

```
composer require simitgroup/phpjasperxml
```

How to use
==========

[](#how-to-use)

```
