PHPackages                             mensagemsei/jrs-rest-php-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. [API Development](/categories/api)
4. /
5. mensagemsei/jrs-rest-php-client

ActiveLibrary[API Development](/categories/api)

mensagemsei/jrs-rest-php-client
===============================

A client for the JasperReports Server REST API

v2.1.0(8y ago)0704LGPL-3.0PHPPHP &gt;=5.3.0

Since Aug 1Pushed 8y agoCompare

[ Source](https://github.com/mensagemsei/jrs-rest-php-client)[ Packagist](https://packagist.org/packages/mensagemsei/jrs-rest-php-client)[ Docs](http://github.com/mensagemsei/jrs-rest-php-client)[ RSS](/packages/mensagemsei-jrs-rest-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

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

[](#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;= 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 v2.0.0` in the directory of your project

```
{
    "require": {
	    "jaspersoft/rest-client": "v2.0.0"
    }
}

```

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"

```

Online Documentation
--------------------

[](#online-documentation)

Preview the \[documentation online\] () at the Jaspersoft Community website.

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 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 98% 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 ~509 days

Total

4

Last Release

3136d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7f8bd88d9295845317efbff24d234eabe5e1a056cb00591664bf0d086475f46?d=identicon)[mensagemsei](/maintainers/mensagemsei)

---

Top Contributors

[![grantbacon](https://avatars.githubusercontent.com/u/901985?v=4)](https://github.com/grantbacon "grantbacon (242 commits)")[![andykass](https://avatars.githubusercontent.com/u/7927419?v=4)](https://github.com/andykass "andykass (2 commits)")[![datasage](https://avatars.githubusercontent.com/u/826651?v=4)](https://github.com/datasage "datasage (2 commits)")[![dkreuer](https://avatars.githubusercontent.com/u/461576?v=4)](https://github.com/dkreuer "dkreuer (1 commits)")

---

Tags

jrs-rest-php-client

### Embed Badge

![Health badge](/badges/mensagemsei-jrs-rest-php-client/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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