https://github.com/angelxmoreno/php-fpm-alpine
Alpine based PHP FPM with CakePHP and Phalcon readiness
https://github.com/angelxmoreno/php-fpm-alpine
alpine docker fpm php
Last synced: about 2 months ago
JSON representation
Alpine based PHP FPM with CakePHP and Phalcon readiness
- Host: GitHub
- URL: https://github.com/angelxmoreno/php-fpm-alpine
- Owner: angelxmoreno
- License: mit
- Created: 2017-08-07T14:24:53.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T08:21:33.000Z (over 3 years ago)
- Last Synced: 2025-10-19T09:40:34.256Z (8 months ago)
- Topics: alpine, docker, fpm, php
- Language: Shell
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-fpm-alpine
Alpine based PHP FPM with CakePHP readiness
# Software & Versions
- Alpine 3.16
- PHP 7.4.30
- Git 2.36.2
- Composer 2.4.2
- Xdebug 3.1.5
- Node v16.16.0
- NPM 8.10.0
- Yarn 1.22.19
# Extra PHP modules installed
- mysqli
- pdo_mysql
- redis
- intl
# Building && debugging
1. `./bin/dockerlint`
2. `./bin/build x.y.z [dev,prod]`
2. `./bin/start x.y.z`
2. `./bin/enter x.y.z`
# Helper scripts
1. `./bin/dockerlint` : Checks the syntax of the Dockerfile file
2. `./bin/build` : for building images
3. `./bin/start` : for starting a container
4. `./bin/enter` : for entering a container