PHPackages                             mauchede/rancher-api-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. [API Development](/categories/api)
4. /
5. mauchede/rancher-api-bundle

AbandonedArchivedLibrary[API Development](/categories/api)

mauchede/rancher-api-bundle
===========================

Rancher API Bundle for the Symfony Framework

2354PHP

Since Sep 22Pushed 5y agoCompare

[ Source](https://github.com/mauchede/rancher-api-bundle)[ Packagist](https://packagist.org/packages/mauchede/rancher-api-bundle)[ RSS](/packages/mauchede-rancher-api-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

RancherApiBundle
================

[](#rancherapibundle)

[Rancher API](http://github.com/mauchede/rancher-api) Bundle for the [Symfony](http://symfony.com/) Framework.

⚠️ This project is no longer maintained. ⚠️

[![SensioLabsInsight](https://camo.githubusercontent.com/f4b8761ac006f4c2813c041ddb8e80b474a64871aa994cbb2877eea0a620b241/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64376231306331352d663234652d343531392d393162382d3934633037636261623838632f6269672e706e67)](https://insight.sensiolabs.com/projects/d7b10c15-f24e-4519-91b8-94c07cbab88c)

\## Installation

- Install Rancher API Bundle via [composer](https://getcomposer.org/):

```
composer require mauchede/rancher-api
```

- Enable the bundle in `AppKernel`:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Mauchede\RancherApiBundle\MauchedeRancherApiBundle(),
            // ...
        );

        // ...
    }

    // ...
}
```

- Configure the projects in `config.yml`:

```
rancher_api:
    projects:
        project_A:
            endpoint: #...
            access_key: #...
            secret_key: #...
        project_B:
            endpoint: #...
            access_key: #...
            secret_key: #...
```

**Note**: `endpoint` and the API Keys (`access_key` and `secret_key`) can be found in Rancher settings (`[Rancher URL]/settings/api`).

Project name (here `project_A` and `project_B`) does not match with the Rancher's project/environment: you are free to choose the best name.

Usage
-----

[](#usage)

The Bundle will create a service `rancher_api.projects.[project_name]`. This service will be an instance of `Mauchede\RancherApi\Resource\Project`.

With the example of configuration, two services will be created:

- `rancher_api.projects.project_A`
- `rancher_api.projects.project_B`.

You can inject these services to another service or to use them in yours controllers.

Links
-----

[](#links)

- [How to Install 3rd Party Bundles](http://symfony.com/doc/current/cookbook/bundles/installation.html)
- [Rancher API](http://github.com/mauchede/rancher-api)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/5702936?v=4)[Morgan AUCHEDE](/maintainers/mauchede)[@mauchede](https://github.com/mauchede)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mauchede-rancher-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mauchede-rancher-api-bundle/health.svg)](https://phpackages.com/packages/mauchede-rancher-api-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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