Skip to content

Releases: edevsh/php-fpm-devkit

0.2

28 Apr 07:40
66c2b8f

Choose a tag to compare

What's Changed

  • feat(dockerfile): add pdo_pgsql extension

Full Changelog: 0.1...0.2

0.1

23 Apr 22:57
471b501

Choose a tag to compare

0.1

Initial release of the PHP-FPM Docker setup.

✅ Added

  • Base Dockerfile with 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 Makefile with common Docker commands (build, up, down, bash, etc.)
  • Sample .env.example for container/image naming
  • Minimal README with quick start guide and structure overview