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

https://github.com/llaville/docker-php-toolbox

Easy install PHP extensions and tools in Docker containers
https://github.com/llaville/docker-php-toolbox

docker pecl-extensions php toolkit toolkit-builder tools

Last synced: 3 months ago
JSON representation

Easy install PHP extensions and tools in Docker containers

Awesome Lists containing this project

README

          

# Docker PHP Toolbox

[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
[![GitHub Discussions](https://img.shields.io/github/discussions/llaville/docker-php-toolbox)](https://github.com/llaville/docker-php-toolbox/discussions)

| Releases | Branch | PHP | Packagist | License | Documentation |
|:--------------|:-------------------------------------------:|:-------------------------------------------------------------:|:---------------------------------------------------------:|:----------------------------------------------:|:----------------------------------------------------------------:|
| Stable v2.0.x | [![Branch 2.0][Branch_20x-img]][Branch_20x] | [![Minimum PHP Version)][PHPVersion_20x-img]][PHPVersion_20x] | [![Stable Version 2.0][Packagist_20x-img]][Packagist_20x] | [![License 2.0][License_20x-img]][License_20x] | [![Documentation 2.0][Documentation_20x-img]][Documentation_20x] |
| Stable v2.1.x | [![Branch 2.1][Branch_21x-img]][Branch_21x] | [![Minimum PHP Version)][PHPVersion_21x-img]][PHPVersion_21x] | [![Stable Version 2.1][Packagist_21x-img]][Packagist_21x] | [![License 2.1][License_21x-img]][License_21x] | [![Documentation 2.1][Documentation_21x-img]][Documentation_21x] |
| Stable v2.2.x | [![Branch 2.2][Branch_22x-img]][Branch_22x] | [![Minimum PHP Version)][PHPVersion_22x-img]][PHPVersion_22x] | [![Stable Version 2.2][Packagist_22x-img]][Packagist_22x] | [![License 2.2][License_22x-img]][License_22x] | [![Documentation 2.2][Documentation_22x-img]][Documentation_22x] |
| Stable v2.3.x | [![Branch 2.3][Branch_23x-img]][Branch_23x] | [![Minimum PHP Version)][PHPVersion_23x-img]][PHPVersion_23x] | [![Stable Version 2.3][Packagist_23x-img]][Packagist_23x] | [![License 2.3][License_23x-img]][License_23x] | [![Documentation 2.3][Documentation_23x-img]][Documentation_23x] |

[Branch_20x-img]: https://img.shields.io/badge/branch-2.0-orange
[Branch_20x]: https://github.com/llaville/docker-php-toolbox/tree/2.0
[PHPVersion_20x-img]: https://img.shields.io/packagist/php-v/bartlett/docker-php-toolbox/2.0.0
[PHPVersion_20x]: https://www.php.net/supported-versions.php
[Packagist_20x-img]: https://img.shields.io/badge/packagist-v2.0.0-blue
[Packagist_20x]: https://packagist.org/packages/bartlett/docker-php-toolbox
[License_20x-img]: https://img.shields.io/packagist/l/bartlett/docker-php-toolbox
[License_20x]: https://github.com/llaville/docker-php-toolbox/blob/2.0/LICENSE
[Documentation_20x-img]: https://img.shields.io/badge/documentation-v2.0-green
[Documentation_20x]: https://github.com/llaville/docker-php-toolbox/tree/2.0/docs

[Branch_21x-img]: https://img.shields.io/badge/branch-2.1-orange
[Branch_21x]: https://github.com/llaville/docker-php-toolbox/tree/2.1
[PHPVersion_21x-img]: https://img.shields.io/packagist/php-v/bartlett/docker-php-toolbox/2.1.2
[PHPVersion_21x]: https://www.php.net/supported-versions.php
[Packagist_21x-img]: https://img.shields.io/badge/packagist-v2.1.2-blue
[Packagist_21x]: https://packagist.org/packages/bartlett/docker-php-toolbox
[License_21x-img]: https://img.shields.io/packagist/l/bartlett/docker-php-toolbox
[License_21x]: https://github.com/llaville/docker-php-toolbox/blob/2.1/LICENSE
[Documentation_21x-img]: https://img.shields.io/badge/documentation-v2.1-green
[Documentation_21x]: https://github.com/llaville/docker-php-toolbox/tree/2.1/docs

[Branch_22x-img]: https://img.shields.io/badge/branch-2.2-orange
[Branch_22x]: https://github.com/llaville/docker-php-toolbox/tree/2.2
[PHPVersion_22x-img]: https://img.shields.io/packagist/php-v/bartlett/docker-php-toolbox/2.2.0
[PHPVersion_22x]: https://www.php.net/supported-versions.php
[Packagist_22x-img]: https://img.shields.io/badge/packagist-v2.2.0-blue
[Packagist_22x]: https://packagist.org/packages/bartlett/docker-php-toolbox
[License_22x-img]: https://img.shields.io/packagist/l/bartlett/docker-php-toolbox
[License_22x]: https://github.com/llaville/docker-php-toolbox/blob/2.2/LICENSE
[Documentation_22x-img]: https://img.shields.io/badge/documentation-v2.2-green
[Documentation_22x]: https://github.com/llaville/docker-php-toolbox/tree/2.2/docs

[Branch_23x-img]: https://img.shields.io/badge/branch-2.3-orange
[Branch_23x]: https://github.com/llaville/docker-php-toolbox/tree/2.3
[PHPVersion_23x-img]: https://img.shields.io/packagist/php-v/bartlett/docker-php-toolbox/2.3.0
[PHPVersion_23x]: https://www.php.net/supported-versions.php
[Packagist_23x-img]: https://img.shields.io/badge/packagist-v2.3.0-blue
[Packagist_23x]: https://packagist.org/packages/bartlett/docker-php-toolbox
[License_23x-img]: https://img.shields.io/packagist/l/bartlett/docker-php-toolbox
[License_23x]: https://github.com/llaville/docker-php-toolbox/blob/2.3/LICENSE
[Documentation_23x-img]: https://img.shields.io/badge/documentation-v2.3-green
[Documentation_23x]: https://github.com/llaville/docker-php-toolbox/tree/2.3/docs

Easily install PHP extensions and tools in Docker containers.

## Documentation

All the documentation is available on [website](https://llaville.github.io/docker-php-toolbox/2.3/),
generated from the [docs](https://github.com/llaville/docker-php-toolbox/tree/2.3/docs) folder.