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

ActiveLibrary[API Development](/categories/api)

jaspersoft/rest-client
======================

A client for the JasperReports Server REST API

v2.0.0(11y ago)61763.3k↓12.3%59[4 issues](https://github.com/Jaspersoft/jrs-rest-php-client/issues)[9 PRs](https://github.com/Jaspersoft/jrs-rest-php-client/pulls)6LGPL-3.0PHPPHP &gt;=5.3.0

Since Aug 1Pushed 2y ago12 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (6)

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

43

—

FairBetter than 91% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity54

Moderate usage in the ecosystem

Community28

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

4023d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d1c5e9f8a23c55c7804bdfc2da67798cc9af43455974eecc9002a51c5f12093?d=identicon)[bacon](/maintainers/bacon)

---

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

reportingjasper-reportsjasperreportsjaspersoft

### Embed Badge

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

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23914.2M16](/packages/hubspot-api-client)[lstrojny/fxmlrpc

Fast and tiny XML/RPC client with bridges for various HTTP clients

1425.4M30](/packages/lstrojny-fxmlrpc)

PHPackages © 2026

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