Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skipthedragon/docker-php
https://github.com/skipthedragon/docker-php
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skipthedragon/docker-php
- Owner: SkipTheDragon
- License: mit
- Created: 2024-06-08T13:25:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T13:25:48.000Z (7 months ago)
- Last Synced: 2024-06-08T14:31:31.990Z (7 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).