PHPackages                             l3/jasper-bundle - 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. l3/jasper-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

l3/jasper-bundle
================

Use jasper reports

1.0.0(8y ago)09LGPL-3.0-or-laterPHPPHP &gt;=5.4

Since Jan 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/l3-team/JasperBundle)[ Packagist](https://packagist.org/packages/l3/jasper-bundle)[ Docs](https://github.com/mhetru/JasperBundle)[ RSS](/packages/l3-jasper-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Bundle Jaspersoft for Symfony2.

Allow generate a Jasper report

Installation
------------

[](#installation)

---

Install the Bundle with this command :

```
composer require l3/jasper-bundle:master

```

Add parameters in config.yml

```
    l3_jasper:
        host: http://rapport-jasper.univ-lille3.fr:8080
        user: theUser
        password: thePaswword

```

### app/AppKernel.php

[](#appappkernelphp)

```
$bundles = array(
    ...
    new l3\JasperBundle\l3JasperBundle(),
);

```

### use with service.

[](#use-with-service)

```
...
use Symfony\Component\HttpFoundation\Response;

...

$reportEngine = $this->get('l3_jasper.report');
$report = $reportEngine->getReport('/reports/interactive/UIDparameter','html', array("UID" => array("7214","8548")));
return new Response($report);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3078d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11898775?v=4)[mhetru](/maintainers/mhetru)[@mhetru](https://github.com/mhetru)

![](https://www.gravatar.com/avatar/34a399c80831a240e50ec8b1322cfa7d52553d89cc94bb39f8b4dcf0c109b0ed?d=identicon)[l3-team](/maintainers/l3-team)

---

Top Contributors

[![mhetru](https://avatars.githubusercontent.com/u/11898775?v=4)](https://github.com/mhetru "mhetru (6 commits)")

### Embed Badge

![Health badge](/badges/l3-jasper-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/l3-jasper-bundle/health.svg)](https://phpackages.com/packages/l3-jasper-bundle)
```

###  Alternatives

[qipsius/tcpdf-bundle

A bundle to easily integrate TCPDF into Symfony

23749.5k](/packages/qipsius-tcpdf-bundle)[macopedia/magmi2

Magento Mass Importer 'Magmi' for Magento 2

11615.7k](/packages/macopedia-magmi2)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.4k](/packages/tarfin-labs-easy-pdf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
