PHPackages                             szonov/laravel-redmine - 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. szonov/laravel-redmine

ActiveLibrary[API Development](/categories/api)

szonov/laravel-redmine
======================

Laravel wrapper for the Redmine API

v1.0.2(2y ago)03411MITPHPPHP ^8.0

Since May 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/szonov/laravel-redmine)[ Packagist](https://packagist.org/packages/szonov/laravel-redmine)[ RSS](/packages/szonov-laravel-redmine/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Laravel Redmine
===============

[](#laravel-redmine)

Laravel wrapper for the Redmine API.

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

[](#installation)

1. install package

`composer require szonov/laravel-redmine`

2. publish config file

`php artisan vendor:publish --provider "SZonov\Redmine\RedmineServiceProvider"`

3. update config stored in `config/redmine.php`.

Usage
-----

[](#usage)

1. using facades

```
use SZonov\Redmine\Facades\Redmine;

dump(Redmine::user()->all());
dump(Redmine::host('other')->user()->all());
```

2. using app helper

```
dump(app('redmine')->user()->all());
dump(app('redmine')->host('other')->user()->all());
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~340 days

Total

3

Last Release

820d ago

### Community

Maintainers

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

---

Top Contributors

[![szonov](https://avatars.githubusercontent.com/u/13364789?v=4)](https://github.com/szonov "szonov (3 commits)")

---

Tags

apilaravelredmine

### Embed Badge

![Health badge](/badges/szonov-laravel-redmine/health.svg)

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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