PHPackages                             degagne/yarn-resource-manager-api - 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. degagne/yarn-resource-manager-api

ActiveLibrary

degagne/yarn-resource-manager-api
=================================

PHP Yarn Resource Manager REST API library

v1.0(8y ago)0434PHPPHP &gt;=5.4.0

Since Oct 30Pushed 8y ago2 watchersCompare

[ Source](https://github.com/degagne/yarn-resource-manager-api)[ Packagist](https://packagist.org/packages/degagne/yarn-resource-manager-api)[ Docs](https://github.com/degagne/yarn-resource-manager-api)[ RSS](/packages/degagne-yarn-resource-manager-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

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

[](#installation)

Add yarn-resource-manager-api package to your composer.json file.

```
{
    "require": {
        "degagne/yarn-resource-manager-api": "~1.0"
    }
}

```

or run `composer require degagne/yarn-resource-manager-api`

Basic Usage
-----------

[](#basic-usage)

```
require_once(__DIR__ . '/vendor/autoload.php');

use YarnResourceManager\ResourceManager;

$parameters = [
        'user'              => 'jdoe',
        'limit'             => 10,
        'states'            => 'KILLED,FAILED,FINISHED',
        'startedTimeBegin'  => '2017-10-10 02:23:12',
        'applicationTypes'  => 'TEZ,SPARK'
];

$rm = new ResourceManager('api_url', 'port', 'format');
$rm->applications($parameters);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

Unknown

Total

1

Last Release

3113d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b85376916e093a4fac9c3fa6bcf305cbc0b18313e358087d33f1fd3e7a1d4a6?d=identicon)[ddegagne](/maintainers/ddegagne)

---

Top Contributors

[![degagne](https://avatars.githubusercontent.com/u/22967651?v=4)](https://github.com/degagne "degagne (7 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

php

### Embed Badge

![Health badge](/badges/degagne-yarn-resource-manager-api/health.svg)

```
[![Health](https://phpackages.com/badges/degagne-yarn-resource-manager-api/health.svg)](https://phpackages.com/packages/degagne-yarn-resource-manager-api)
```

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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