Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T15:02:04.000Z (9 months ago)
- Last Synced: 2024-11-16T23:51:24.758Z (2 months ago)
- Topics: build, continuous-integration, docker, git, node, node-js, nodejs, php
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 1
- 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 v8[Dockerfile](https://github.com/creativeprojects/php-nodejs/blob/master/php5.6.Dockerfile)
## php 7.4
* xdebug 3.1.1
* igbinary (latest)
* php redis (latest)
* nodejs v18[Dockerfile](https://github.com/creativeprojects/php-nodejs/blob/master/php7.4.Dockerfile)
## php 8.2
* xdebug 3.2.2
* igbinary (latest)
* php redis (latest)
* nodejs v18[Dockerfile](https://github.com/creativeprojects/php-nodejs/blob/master/php8.2.Dockerfile)