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

ActiveLibrary[API Development](/categories/api)

vcmenezes/jasper-rest-client
============================

A client for the JasperReports Server REST API

051PHP

Since Oct 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vcmenezes/jasper-rest-client)[ Packagist](https://packagist.org/packages/vcmenezes/jasper-rest-client)[ RSS](/packages/vcmenezes-jasper-rest-client/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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": {
	    "vcmenezes/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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/67e25b7bc74ebae7fd4997d8e27ac160a2c6754b72dbadfaedd82f33da7cdfac?d=identicon)[vc.menezes](/maintainers/vc.menezes)

---

Top Contributors

[![vinicius-menezes](https://avatars.githubusercontent.com/u/16964589?v=4)](https://github.com/vinicius-menezes "vinicius-menezes (2 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/vcmenezes-jasper-rest-client/health.svg)](https://phpackages.com/packages/vcmenezes-jasper-rest-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)
