https://github.com/creativeprojects/php-nodejs
Docker image with PHP and NodeJS
https://github.com/creativeprojects/php-nodejs
build continuous-integration docker git node node-js nodejs php
Last synced: 17 days ago
JSON representation
Docker image with PHP and NodeJS
- Host: GitHub
- URL: https://github.com/creativeprojects/php-nodejs
- Owner: creativeprojects
- Created: 2017-06-22T13:15:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-22T19:48:36.000Z (7 months ago)
- Last Synced: 2026-01-19T03:44:23.583Z (3 months ago)
- Topics: build, continuous-integration, docker, git, node, node-js, nodejs, php
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-nodejs
PHP images for running _phpunit_ unit tests in Continuous Integration with nodejs and yarn installed
These images are based on the php official image, with these modules added:
* bz2
* calendar
* curl
* exif
* gd
* gettext
* mbstring
* mysqli
* pdo
* pdo_mysql
* pgsql
* pdo_pgsql
* sockets
* zip
* xdebug (PECL)
* igbinary (PECL)
* redis (PECL)
Also available in the image:
* [phpunit](https://phpunit.de/)
* [composer](https://getcomposer.org/)
* [nodejs](https://nodejs.org/)
* [yarn](https://yarnpkg.com/)
## php 5.6
* xdebug 2.5.5
* igbinary 2.0.8
* php redis 4.3.0
* nodejs v18
[Dockerfile](https://github.com/creativeprojects/php-nodejs/blob/master/php5.6.Dockerfile)
## php 8.2
* xdebug 3.4.5
* igbinary (latest)
* php redis (latest)
* nodejs v20
[Dockerfile](https://github.com/creativeprojects/php-nodejs/blob/master/php8.2.Dockerfile)
## php 8.4
* xdebug 3.4.5
* igbinary (latest)
* php redis (latest)
* nodejs v22
[Dockerfile](https://github.com/creativeprojects/php-nodejs/blob/master/php8.4.Dockerfile)