PHPackages                             sam-it/php-rancher - 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. sam-it/php-rancher

ActiveLibrary

sam-it/php-rancher
==================

112PHP

Since May 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/SAM-IT/php-rancher-client)[ Packagist](https://packagist.org/packages/sam-it/php-rancher)[ RSS](/packages/sam-it-php-rancher/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

WORK IN PROGRESS
================

[](#work-in-progress)

This library is a work in progress, it is not in use in any production system.

The idea behind this API client is that it defines a minimal skeleton code which then generates the remaining code from the Rancher API itself. For now i've included all the generated class in the repository to make inspection / reasoning about the generated code easier.

Retrieval &amp; update
----------------------

[](#retrieval--update)

Object retrieval works, both directly from the client and from entities. For example:

```
$project = $client->getAccounts()[0]->getProjects()[0];
$project->name .= 'x';
if ($project->save()) {
    echo "Project name is now:" . $project->name;
} else {
    echo "Failed to update project.";
    print_r($project->errors);
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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/18b13c534e3812b66a72645fe215301b54fc4d288f6396fee9385b681e27da18?d=identicon)[SamMousa](/maintainers/SamMousa)

---

Top Contributors

[![SamMousa](https://avatars.githubusercontent.com/u/547021?v=4)](https://github.com/SamMousa "SamMousa (12 commits)")

---

Tags

rancherrancher-api

### Embed Badge

![Health badge](/badges/sam-it-php-rancher/health.svg)

```
[![Health](https://phpackages.com/badges/sam-it-php-rancher/health.svg)](https://phpackages.com/packages/sam-it-php-rancher)
```

PHPackages © 2026

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