PHPackages                             muxx/redmine-api-client-php - 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. muxx/redmine-api-client-php

ActiveLibrary

muxx/redmine-api-client-php
===========================

PHP API client for Redmine

v0.2.2(8mo ago)03.3k↓100%2MITPHPPHP ^8CI passing

Since Oct 30Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/muxx/redmine-api-client-php)[ Packagist](https://packagist.org/packages/muxx/redmine-api-client-php)[ RSS](/packages/muxx-redmine-api-client-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (7)Versions (10)Used By (0)

PHP API client for Redmine
==========================

[](#php-api-client-for-redmine)

PHP API client for [Redmine](http://redmine.org).

Installation
------------

[](#installation)

Be sure to provide implementations for `psr/http-client-implementation` and `psr/http-factory-implementation`. For example:

```
composer require nyholm/psr7 guzzlehttp/guzzle

```

Use composer to install the library:

```
composer require muxx/redmine-api-client-php

```

Symfony
-------

[](#symfony)

Enable [PSR-18 in HttpClient](https://symfony.com/doc/current/http_client.html#psr-18-and-psr-17)

```
services:
    Redmine\ApiClient:
        arguments:
            $url: 'https://redmine.somehost.com'
            $apiKey: 'some-api-key'
```

Usage
-----

[](#usage)

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

$c = new Redmine\ApiClient(
    new HttpClient(),
    new Psr17Factory(),
    new Psr17Factory(),
    'https://redmine.somehost.com',
    'some-api-key'
);

$response = $c->requestGet('projects/some-project/memberships');

foreach ($response['memberships'] as $membership) {
    if (isset($membership['user']['name'])) {
        echo sprintf("User: %s\n", $membership['user']['name']);
    }
    if (isset($membership['group']['name'])) {
        echo sprintf("Group: %s\n", $membership['group']['name']);
    }
}
```

###  Health Score

41

—

FairBetter than 88% of packages

Maintenance65

Regular maintenance activity

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69% 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 ~313 days

Recently: every ~482 days

Total

9

Last Release

242d ago

PHP version history (2 changes)v0.1PHP &gt;=7.1.0

v0.2.0PHP ^8

### Community

Maintainers

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

---

Top Contributors

[![muxx](https://avatars.githubusercontent.com/u/461614?v=4)](https://github.com/muxx "muxx (20 commits)")[![akuzia](https://avatars.githubusercontent.com/u/11508654?v=4)](https://github.com/akuzia "akuzia (8 commits)")[![animkaTT](https://avatars.githubusercontent.com/u/14944484?v=4)](https://github.com/animkaTT "animkaTT (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/muxx-redmine-api-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/muxx-redmine-api-client-php/health.svg)](https://phpackages.com/packages/muxx-redmine-api-client-php)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M64](/packages/opensearch-project-opensearch-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)[deeplcom/deepl-php

Official DeepL API Client Library

2616.2M66](/packages/deeplcom-deepl-php)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)

PHPackages © 2026

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