thethunderturner/laradocker-api

A powerful docker API, built for laravel

Maintainers

Package info

github.com/thethunderturner/laradocker-api

pkg:composer/thethunderturner/laradocker-api

Transparency log

Fund package maintenance!

TheThunderTurner

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.3.0 2026-08-13 11:41 UTC

This package is auto-updated.

Last update: 2026-08-13 11:50:16 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A powerful docker API, built for Laravel

Important

This plugin is still in early development, so please be patient until everything is implemented. Pull requests are welcome.

Documentation

https://docs.docker.com/reference/api/engine/version/v1.54/

Installation

You can install the package via composer:

composer require thethunderturner/laradocker-api

You can publish the config file with:

php artisan vendor:publish --tag="laradocker-api-config"

Setup

If you're getting errors like: Failed to connect to localhost, then you need to add docker to the group

sudo usermod -aG docker $USER

and reboot (or log out and in again) for changes to take effect. Then if you run

groups

you should see docker.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.