PHPackages                             wizhippo/jasper-client-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. [API Development](/categories/api)
4. /
5. wizhippo/jasper-client-bundle

ActiveSymfony-bundle[API Development](/categories/api)

wizhippo/jasper-client-bundle
=============================

JasperServer Client and utils.

v0.3.1(4y ago)0566LGPL-3.0PHPPHP ^7.3|^8.0

Since Mar 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/wizhippo/jasper-client-bundle)[ Packagist](https://packagist.org/packages/wizhippo/jasper-client-bundle)[ RSS](/packages/wizhippo-jasper-client-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

Bundle for PHP REST Client for JasperReports Server
===================================================

[](#bundle-for-php-rest-client-for-jasperreports-server)

Introduction
------------

[](#introduction)

Using this library you can make requests and interact with the Jasper Reports Server through the REST API in native PHP. This allows you to more easily embed data from your report server, or perform administrative tasks on the server using PHP.

Requirements
------------

[](#requirements)

To use this client, you will need:

- JasperReports Server (version &gt;= 5.2)
- PHP (version &gt;= 7.3, with cURL extension)
- Composer dependency manager  (Optional, but recommended)

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

[](#installation)

Add the following to your composer.json file for your project, or run `php composer.phar reqiure jwizhippo/jasper-client-bundle v0.3.0` in the directory of your project

```
{
    "require": {
	    "wizhippo/jasper-client-bundle": "dev-master"
    }
}

```

Or alternatively, download this package from github, and run `php composer.phar install` in the directory containing composer.json to generate the autoloader, then require the autoloader using

```
require_once "vendor/autoload.php"

```

Additionally, a distributed autoloader is included if oyu want to simply include it in an existing project, or do not want to bother with Composer.

```
require_once "autoload.dist.php"

```

License
-------

[](#license)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see .

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

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

Every ~367 days

Total

4

Last Release

1506d ago

PHP version history (3 changes)v0.1.0PHP ^5.6|^7.0

v0.2.0PHP ^7.3

v0.3.1PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c0ffce53ac209831de5da1f50c641ff0f845f5142c228f6b6785b5ea78e4752?d=identicon)[wizhippo](/maintainers/wizhippo)

---

Top Contributors

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

---

Tags

clientjasper

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/headless-bundle

Bundle that provides controllers and services for using Sulu as headless content management system

55133.7k2](/packages/sulu-headless-bundle)

PHPackages © 2026

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