Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nofutur3/docker-php-tests
https://github.com/nofutur3/docker-php-tests
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nofutur3/docker-php-tests
- Owner: nofutur3
- Created: 2016-11-04T10:32:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T15:44:57.000Z (about 1 year ago)
- Last Synced: 2024-04-24T03:14:26.149Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP docker image for CI
This is a docker image for testing PHP apps, it's designed to be used in CI (e.g. Bitbucket pipeline). Node with npm and yarn is included (because you may want to build assets).
Composer with prestissimo is also installed.This image is meant to be as slim as possible. And fast. Because you don't want to waste time in your pipelines.
Works well with Symfony, Laravel and Nette. Other frameworks should work too.
**XDebug is not included**, this image is not designed for debugging PHP apps.
## Versions (tags)
- `7.1` - deprecated, will be removed soon, security support end on 24 Oct 2019
- `7.2` - deprecated, will be removed soon, security support end on 1 Oct 2020
- `7.3` - deprecated, will be removed soon, security support end on 6 Dec 2021
- `7.4` - deprecated, will be removed soon, security support end on 28 Nov 2022
- `8.0`
- `8.1`
- `8.2`## Libraries
- Node v10.13.0 - LTS
- NPM
- YARN
- Composer
- Phive## Extensions