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

ActiveLibrary[API Development](/categories/api)

shrink/redmine-client
=====================

Php5 api and cli interface for interacting with redmine.

312PHP

Since Oct 23Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Redmine Client [![Build Status](https://camo.githubusercontent.com/bb75e2ec104111b0f92989f2568a00dddcc03028facd057318d69bb6dc6f627a/68747470733a2f2f7472617669732d63692e6f72672f736872696e6b2f7265646d696e652d636c69656e742e706e67)](https://travis-ci.org/shrink/redmine-client)
=================================================================================================================================================================================================================================================================================

[](#redmine-client-)

*Redmine Client* is a php5 library that provides an api and cli-tool for interacting with Redmine.
Development has just started and the current state of the lib is quite incomplete.

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

[](#installation)

This library can be used by integrating it via composer.

Install composer:

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

Create a 'composer.json' file with the following content:

```
{
    "require": {
        "shrink/redmine-client": "*"
    },
    "minimum-stability": "dev"
}
```

Then install via composer:

```
php composer.phar install
```

To verify that *redmine-client* has been correctly installed and is working, run:

```
./vendor/bin/redmine-client.make test
```

Usage
-----

[](#usage)

### Command Line Interface

[](#command-line-interface)

Almost all functionality provided by this library is exposed by it's cli.
Before you can start using the cli you need to create a small config file,
where you put information on the redmine instance you are targetting etc.

*config.ini*

```
[redmine]
user=clark-kent
password=look-ma-i-can-haz-fly
baseUrl=https://some.redmine.project.base_url/

[cacheSettings]
type=memcache
host=localhost
port=11211
```

Now we're ready to get the cli rocking.
For a list of available commands run:

```
bin/redmine-client.console list
```

The *help* and the *list* commands are defaults from the underlying symfony console app.
All others are *redmine-client* provided commands.
To find out what a certain command does or how to call it
simply run the command together with the help option *-h*.

*example for showing the help text of the list-projects command:*

```
bin/redmine-client.console list-projects -h
```

The actually firing the list-projects command with our config looks like this:

```
bin/redmine-client.console list-projects config.ini
```

### API

[](#api)

to be done ...

Development
-----------

[](#development)

### Setup

[](#setup)

To get started with development first clone this repository:

```
git clone git@github.com:shrink/redmine-client.git
```

and then setup your working copy along with the required dependencies:

```
make install
```

Verify that everything is installed ok:

```
make test
```

### Writing new console commands

[](#writing-new-console-commands)

to be done ...

### Writing/extending services

[](#writingextending-services)

to be done ...

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![shrink0r](https://avatars.githubusercontent.com/u/202678?v=4)](https://github.com/shrink0r "shrink0r (17 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/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.1M454](/packages/google-gax)

PHPackages © 2026

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