PHPackages                             hboie/jasper-rest-client - 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. hboie/jasper-rest-client

ActiveLibrary

hboie/jasper-rest-client
========================

A client for the JasperReports Server REST API

v1.1(4y ago)010.2k↓42.9%11LGPL-3.0PHPPHP &gt;=5.3.0

Since Oct 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hboie/JasperRestClient)[ Packagist](https://packagist.org/packages/hboie/jasper-rest-client)[ Docs](https://github.com/hboie/JasperRestClient)[ RSS](/packages/hboie-jasper-rest-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

PHP REST Client for JRS
=======================

[](#php-rest-client-for-jrs)

This is a copy of Jaspersoft/jrs-rest-php-client with small enhancements.

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;= 5.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 jaspersoft/rest-client dev-master` in the directory of your project

```
{
    "require": {
	    "hboie/jasper-rest-client": "*"
    }
}

```

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"

```

Security Notice
---------------

[](#security-notice)

This package uses BASIC authentication to identify itself with the server. This package should only be used over a trusted connection between your report server and your web server.

PHPUnits
--------

[](#phpunits)

The tests contained in this package are integration tests and are *not intended to be ran on a production server!*

License
-------

[](#license)

Copyright © 2005 - 2014 Jaspersoft Corporation. All rights reserved. .

Unless you have purchased a commercial license agreement from Jaspersoft, the following license terms apply:

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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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 ~475 days

Total

2

Last Release

1569d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

reportingjasper-reportsjasperreportsjaspersoft

### Embed Badge

![Health badge](/badges/hboie-jasper-rest-client/health.svg)

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

###  Alternatives

[jaspersoft/rest-client

A client for the JasperReports Server REST API

61763.3k6](/packages/jaspersoft-rest-client)[facade/flare-client-php

Send PHP errors to Flare

51899.9M4](/packages/facade-flare-client-php)[spatie/flare-client-php

Send PHP errors to Flare

176148.0M15](/packages/spatie-flare-client-php)[ekmungai/eloquent-ifrs

Eloquent Double Entry Accounting with focus on IFRS Compliant Reporting

35757.9k](/packages/ekmungai-eloquent-ifrs)[henzeb/enumhancer

Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums

69287.4k2](/packages/henzeb-enumhancer)[quilhasoft/jasperphp

Pure PHP library to read JRXML files made with 'JasperSoft Studio' and generate reports in PDF

7542.4k1](/packages/quilhasoft-jasperphp)

PHPackages © 2026

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