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: 9 days 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] |

[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

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.1/),
generated from the [docs](https://github.com/llaville/docker-php-toolbox/tree/2.1/docs) folder.