PHPackages                             yoh/symfony-jasper-report-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. [HTTP &amp; Networking](/categories/http)
4. /
5. yoh/symfony-jasper-report-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

yoh/symfony-jasper-report-bundle
================================

Symfony 3 Bundle integrating the Jasper Server REST v2 client (Jaspersoft/rest-client)

v1.2(9y ago)53.3k4MITPHP

Since Jul 30Pushed 8y ago2 watchersCompare

[ Source](https://github.com/nckenn/JasperReportBundle)[ Packagist](https://packagist.org/packages/yoh/symfony-jasper-report-bundle)[ RSS](/packages/yoh-symfony-jasper-report-bundle/feed)WikiDiscussions master Synced 2w ago

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

JasperReportBundle
==================

[](#jasperreportbundle)

The JasperReportBundle requires jaspersoft/rest-client and provides an JasperReport-Client as service in the Symfony service container.

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

[](#installation)

1 Add bundle to `composer.json`:

```
    composer require yoh/symfony-jasper-report-bundle

```

2 Register bundle in `app/AppKernel.php`:

```
    $bundle = [
            ...
    		new Yoh\JasperReportBundle\YohJasperReportBundle(),
            ...
    ];
```

3 Add parameter to `app/config/config.yml`

```
    yoh_jasper_report:
        jrs_host:      "%jrs_host%"
        jrs_port:      "%jrs_port%"
        jrs_base:      "%jrs_base%"
        jrs_username:  "%jrs_username%"
        jrs_password:  "%jrs_password%"
        jrs_org_id:    "%jrs_org_id%"
```

4 Add a dummy configuration in `app/config/parameters.yml.dist`

```
    jrs_host:      127.0.0.1
    jrs_port:      8080
    jrs_base:      jasperserver
    jrs_username:  jasperadmin
    jrs_password:  jasperadmin
    jrs_org_id:    null
```

5 Add your own configuration in `app/config/parameters.yml`

Usage
-----

[](#usage)

You can now access the `Client` object via the Symfony service `yoh.jasper.report`:

```
    $client = $this->get('yoh.jasper.report')->getJasperClient();
```

Using Report Service :

```
    $reportService = $client()->reportService();
```

So a controller giving back a pdf-report would look like

```
    public function reportAction(Request $request)
    {
    	$format = "pdf";
        $reportUnit = "/reports/sampleReport";
        $params = array(
            "Custom Label 1" => "Custom Value 1",
            "Custom Label 2" => "Custom Value 2"
        );

        return $this->get('yoh.jasper.report')->generate($reportUnit, $format, $params);
    }
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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

Every ~147 days

Total

3

Last Release

3329d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7109270?v=4)[Yoh Kenn](/maintainers/nckenn)[@nckenn](https://github.com/nckenn)

---

Top Contributors

[![nckenn](https://avatars.githubusercontent.com/u/7109270?v=4)](https://github.com/nckenn "nckenn (19 commits)")[![EneasVVA](https://avatars.githubusercontent.com/u/7471065?v=4)](https://github.com/EneasVVA "EneasVVA (1 commits)")

---

Tags

bundlerestSymfony 3JasperReport

### Embed Badge

![Health badge](/badges/yoh-symfony-jasper-report-bundle/health.svg)

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

###  Alternatives

[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

44512.4M57](/packages/eightpoints-guzzle-bundle)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

12261.2k1](/packages/e-moe-guzzle6-bundle)[mediamonks/rest-api-bundle

MediaMonks Rest API Symfony Bundle

1656.2k1](/packages/mediamonks-rest-api-bundle)[aboutcoders/job-bundle

A symfony bundle for asynchronous job processing.

2519.1k1](/packages/aboutcoders-job-bundle)

PHPackages © 2026

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