PHPackages                             connectholland/docker-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. connectholland/docker-api-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

connectholland/docker-api-bundle
================================

Docker API bundle for Symfony 4/5 projects

01PHP

Since Jul 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ConnectHolland/docker-api-bundle)[ Packagist](https://packagist.org/packages/connectholland/docker-api-bundle)[ RSS](/packages/connectholland-docker-api-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Connect Holland Docker API Bundle
=================================

[](#connect-holland-docker-api-bundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/98b6d1dd07e2f89f4bce63ee54b4f68d95fd39f46d85f8315e5f2903bb4fb3b0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6e6e656374486f6c6c616e642f646f636b65722d6170692d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ConnectHolland/docker-api-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/29a112980ab76a62fd4da67bd1545f61114f7408ce58e29d9e915a3d4c9c9386/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6e6e656374486f6c6c616e642f646f636b65722d6170692d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ConnectHolland/docker-api-bundle/?branch=master)

Docker API bundle to connect to hub.docker.com/v2/ and registry-1.docker.io/v2/ for Symfony 4/5 projects

Incomplete warning
------------------

[](#incomplete-warning)

The API support is currently incomplete, see [contributing](CONTRIBUTING.md) for info on how to help make the API support complete.

Installation
------------

[](#installation)

```
composer require connectholland/docker-api-bundle
```

Environment
-----------

[](#environment)

Set the environment variables to authenticate

```
DOCKER_API_USERNAME=example@example.com
DOCKER_API_TOKEN=token
```

Usage
-----

[](#usage)

Autowire the client, e.g.:

```
