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. [API Development](/categories/api)
4. /
5. muxx/redmine-api-client-php

ActiveLibrary[API Development](/categories/api)

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

PHP API client for Redmine

v0.2.2(9mo ago)03.3k2MITPHPPHP ^8CI failing

Since Oct 30Pushed 9mo 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 2w 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

39

—

LowBetter than 85% of packages

Maintenance57

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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

288d 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

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35729.6k2](/packages/telnyx-telnyx-php)[openai-php/client

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

5.8k26.1M294](/packages/openai-php-client)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.6M46](/packages/getbrevo-brevo-php)[deeplcom/deepl-php

Official DeepL API Client Library

2577.0M97](/packages/deeplcom-deepl-php)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

8754.6k](/packages/n1ebieski-ksef-php-client)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)

PHPackages © 2026

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