Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patchlevel/php


https://github.com/patchlevel/php

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# PHP Images

```bash
alias php80='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.0'
alias php81='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.1'
alias php82='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.2'
alias php83='docker run --rm -it --volume $PWD:/app -w /app ghcr.io/patchlevel/php:8.3'
```