https://github.com/MayMeow/php-ci-cd
🐳 Docker PHP SDK image
https://github.com/MayMeow/php-ci-cd
ci-cd docker npm php7 yarn
Last synced: over 1 year ago
JSON representation
🐳 Docker PHP SDK image
- Host: GitHub
- URL: https://github.com/MayMeow/php-ci-cd
- Owner: MayMeow
- Archived: true
- Created: 2020-10-14T10:06:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T19:49:45.000Z (almost 4 years ago)
- Last Synced: 2024-10-24T15:39:58.972Z (almost 2 years ago)
- Topics: ci-cd, docker, npm, php7, yarn
- Language: Dockerfile
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:warning: THis repository is no longer maintained, Use **SDK** image from [MayMeow/php](https://github.com/MayMeow/php)
# 📦 PHP CI/CD container image
This is docker image for ci/cd which i using in almost all my projects.
## What is included?
* PHP 7.4.0 based on official [PHP's docker image](https://hub.docker.com/_/php)
* PHP extensions: intl, pdo_pgsql, gd and zip
* Pecl extensions: redis
* Node and NPM from [Nodesource](https://github.com/nodesource/distributions) distribution
* Yarn
* Composer [HomePage](https://getcomposer.org/)
* PHPUnit [HomePage](https://phpunit.de/)
* Phar composer [Repository](https://github.com/clue/phar-composer)
* Wget
## PHP's changed config
* Enable to create phar files
## ⚙ Used in Actions
* [MayMeowHQ/PHPUnit-Test-Action](https://github.com/MayMeowHQ/PHPUnit-Test-Action)
## 🐳 Docker image
If you want you can use image which can be found on docker hub [maymeow/php-ci-cd](https://hub.docker.com/repository/docker/maymeow/php-ci-cd)