Releases: edevsh/php-fpm-devkit
Releases · edevsh/php-fpm-devkit
0.2
0.1
Initial release of the PHP-FPM Docker setup.
✅ Added
- Base
Dockerfilewith PHP-FPM and support for version override using__PHP_VERSION - Pre-installed PHP extensions:
pdo,pdo_mysql,mbstring,zip,gd - Composer and Xdebug setup
- Socket-based FPM configuration:
/var/run/php/php<version>-fpm.sock - Default templated config files (
php.ini,www.conf,zz-docker.conf) - Simple
Makefilewith common Docker commands (build,up,down,bash, etc.) - Sample
.env.examplefor container/image naming - Minimal README with quick start guide and structure overview