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)03161MITPHPPHP ^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 3d 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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

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

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

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