PHPackages                             chaplean/redmine-client-bundle - 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. chaplean/redmine-client-bundle

ActiveRedmine-client-bundle[API Development](/categories/api)

chaplean/redmine-client-bundle
==============================

Redmine Api Client Bundle

v2.0.0(7y ago)0283MITPHPPHP &gt;=7.0.8

Since Oct 20Pushed 6y agoCompare

[ Source](https://github.com/chaplean/redmine-client-bundle)[ Packagist](https://packagist.org/packages/chaplean/redmine-client-bundle)[ RSS](/packages/chaplean-redmine-client-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (11)Versions (9)Used By (0)

Getting Started With ChapleanRedmineClientBundle
================================================

[](#getting-started-with-chapleanredmineclientbundle)

[![Codeship Status for chaplean/redmine-invoice-client-bundle](https://camo.githubusercontent.com/389e47783024440114edfdbd276821266ea1edf07d4d1244d69b39544d1096ff/68747470733a2f2f6170702e636f6465736869702e636f6d2f70726f6a656374732f38663637356235302d393762312d303133352d333835642d3136316664323531643835372f7374617475733f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/389e47783024440114edfdbd276821266ea1edf07d4d1244d69b39544d1096ff/68747470733a2f2f6170702e636f6465736869702e636f6d2f70726f6a656374732f38663637356235302d393762312d303133352d333835642d3136316664323531643835372f7374617475733f6272616e63683d6d6173746572)

Prerequisites
=============

[](#prerequisites)

This version of the bundle requires Symfony 2.8+.

Installation
============

[](#installation)

1. Composer
-----------

[](#1-composer)

```
composer require chaplean/redmine-client-bundle
```

2. AppKernel.php
----------------

[](#2-appkernelphp)

Add

```
new Chaplean\Bundle\RedmineClientBundle\ChapleanRedmineClientBundle(),
```

Configuration
=============

[](#configuration)

1. config.yml
-------------

[](#1-configyml)

```
imports:
    - { resource: '@ChapleanRedmineClientBundle/Resources/config/config.yml' }
```

2. paramters.yml
----------------

[](#2-paramtersyml)

```
chaplean_redmine_client.url: 'your redmine url'
chaplean_redmine_client.access_token: 'your access token'
```

\#Available functions:

- Projects

    - getProjects()
    - getProject()
    - putProjects()
    - deleteProjects()
- Users

    - getUsers()
    - getUser()
    - postUsers()
    - putUsers()
    - deleteUsers()
- Issues

    - getIssues()
    - getIssue()
    - postIssues()
    - putIssues()
    - deleteIssues()
- Times

    - getTimes()
    - getTime()
    - postTimes()
    - putTimes()
    - deleteTimes()

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~95 days

Recently: every ~118 days

Total

6

Last Release

2650d ago

Major Versions

v1.0.4 → v2.0.02019-02-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfb5e4a3dde826e4cd3f92d24fdfbdce1415c77f3edd38fc3420b4988977e13?d=identicon)[HugoDumazeau](/maintainers/HugoDumazeau)

![](https://www.gravatar.com/avatar/8084ee0162a85df3b3f49230b8c0dde81108195caa541bb00642cbd050e88b25?d=identicon)[hudumazeau](/maintainers/hudumazeau)

![](https://www.gravatar.com/avatar/75b46ff5a3d9bc9b04e9a3e571152c2e562dd71ef4bde0a048bea1d0567e97d0?d=identicon)[mdevlamynck](/maintainers/mdevlamynck)

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

![](https://www.gravatar.com/avatar/7989bd2ecb7be555081aa80dd87b63e52186fd6eb742d59b8564a26d27873eae?d=identicon)[chaplean](/maintainers/chaplean)

---

Top Contributors

[![mdevlamynck](https://avatars.githubusercontent.com/u/4378377?v=4)](https://github.com/mdevlamynck "mdevlamynck (2 commits)")[![valentin-chaplean](https://avatars.githubusercontent.com/u/15136254?v=4)](https://github.com/valentin-chaplean "valentin-chaplean (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chaplean-redmine-client-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[worksome/graphlint

A static analysis tool for GraphQL

13189.4k](/packages/worksome-graphlint)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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