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

ActiveLibrary

webeith/redmine-bundle
======================

Redmine api

07PHP

Since Sep 5Pushed 11y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

A Symfony2 bundle for the Redmine class from

INSTALLATION
------------

[](#installation)

Add the following entry to `deps` the run `php bin/vendors install`.

```
[RedmineBundle]
    git=http://github.com/roderik/RedmineBundle.git
    target=/bundles/RedmineBundle

```

Register namespace in `app/autoload.php`

```
$loader->registerNamespaces(array(
    // ...
    'Redmine'          => __DIR__.'/../vendor/bundles/RedmineBundle/src',
));

```

USAGE
-----

[](#usage)

```
$redmine = new Redmine($config);
$overdueissues = $redmine->getIssues("?query_id=10");

More on: http://tspycher.com/using-the-redmine-api-with-php/

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/b927cd34768f1d619121216a15f3e47641c8f19115a98a60b08f70bb568db812?d=identicon)[webeith](/maintainers/webeith)

### Embed Badge

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

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

PHPackages © 2026

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