Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skipthedragon/docker-php


https://github.com/skipthedragon/docker-php

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Docker SDK for PHP

[![CI](https://github.com/skipthedragon/docker-php/workflows/CI/badge.svg)](https://github.com/skipthedragon/docker-php/actions)

Community built Docker SDK and Wrapper for PHP. Support for Docker Engine 1.45+.

## Quick start

Install the SDK using Composer:

```console
composer require skipthedragon/docker-php-sdk
```

Install the Wrapper using Composer: (Only if you want to use it standalone)

```console
composer require skipthedragon/docker-php-wrapper
```

## Table of contents

--- TODO ---

## Support

[Api Spec](https://docs.docker.com/engine/api/v1.45/)

| Name | Wrapper | SDK |
| -------------- | ------- | --- |
| Versioning | ❌ | ❌ |
| Authentication | ❌ | ❌ |
| Containers | 🚧 | ❌ |
| Images | ❌ | ❌ |
| Networks | ❌ | ❌ |
| Volumes | ❌ | ❌ |
| Exec | ❌ | ❌ |
| Swarm | ❌ | ❌ |
| Nodes | ❌ | ❌ |
| Services | ❌ | ❌ |
| Tasks | ❌ | ❌ |
| Secrets | ❌ | ❌ |
| Configs | ❌ | ❌ |
| Plugins | ❌ | ❌ |
| System | ❌ | ❌ |
| Distribution | ❌ | ❌ |
| Session | ❌ | ❌ |

### Legend

- ❌ `Not supported yet`
- ✅ `Done`
- 🚧 `Work in progress`

Maintained with ❤️ by [skipthedragon](https://github.com/SkipTheDragon).