PHPackages                             bertschi/jra - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. bertschi/jra

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

bertschi/jra
============

A library for interfacing the cAPI of https://www.annatech.com/.

v1.1.0(10y ago)2139GPL-3.0PHPPHP &gt;=5.3.5

Since Apr 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/BertschiAG/JRA)[ Packagist](https://packagist.org/packages/bertschi/jra)[ Docs](http://www.bertschi.com/)[ RSS](/packages/bertschi-jra/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

JRA, PHP cAPI interface
=======================

[](#jra-php-capi-interface)

JRA is a library to interface the Joomla Rest API (cAPI) of [Annatech LLC](https://www.annatech.com/).

The cAPI is an API for Joomla, which allows you to change the content of articles, modify users and much more.

We use the cAPI in Production and we were thinking: "Why should everyone waste his time, with developing his own interface for the API". So we decided to make an open source library, which contains the functionality to do all of this by the cAPI provided actions.

The JRA is distributed under the GPL-3.0 license.

Installing JRA
--------------

[](#installing-jra)

The recommended way to install JRA is through [Composer](https://getcomposer.org/).

Install Composer if not already done:

```
curl -sS http://getcomposer.org/installer | php
```

Add `bertschi/jra` as project dependency:

```
php composer.phar require bertschi/jra
```

Install the dependencies:

```
php composer.phar install
```

You need to require Composer's autoloader wherever you want to use the JRA:

```
require 'vendor/autoload.php';
```

###  Health Score

27

—

LowBetter than 47% 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

Unknown

Total

1

Last Release

3721d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1071114?v=4)[Joachim Baumann](/maintainers/jbaumann)[@jbaumann](https://github.com/jbaumann)

---

Top Contributors

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

---

Tags

phpapirestlibraryConnectionconnectorjoomlacallannatechbertschibertschiagjanik baumann

### Embed Badge

![Health badge](/badges/bertschi-jra/health.svg)

```
[![Health](https://phpackages.com/badges/bertschi-jra/health.svg)](https://phpackages.com/packages/bertschi-jra)
```

PHPackages © 2026

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