PHPackages                             bumbal/rancher-php-client - 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. bumbal/rancher-php-client

ActiveLibrary[API Development](/categories/api)

bumbal/rancher-php-client
=========================

A PHP Client for Rancher

1.1.5(2y ago)22.9k3MITPHPPHP &gt;=7.2

Since Dec 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bumbal/rancher-php-client)[ Packagist](https://packagist.org/packages/bumbal/rancher-php-client)[ Docs](https://github.com/bumbal/rancher-php-client)[ RSS](/packages/bumbal-rancher-php-client/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (10)Used By (0)

Rancher PHP Client
==================

[](#rancher-php-client)

A PHP client for Rancher

This client is largely based on the structure and code used by Swagger PHP. All files are generated from the schema files found within Rancher. Checkout the generator folder for more information.

*Disclaimer: I am not in any way, shape or form associated with Rancher.*

### Version mapping

[](#version-mapping)

```
1.0.* → Rancher v2.3.2
1.1.* → Rancher v2.5.7

```

Requirements
------------

[](#requirements)

PHP 7.2.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "bumbal/rancher-php-client": "^1.0"
  }
}

```

Then run `composer install`

or

`composer require bumbal/rancher-php-client`

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
