Skip to content

paulredmond/docker-psysh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PHP REPL

Build Status

A REPL for PHP using PsySH.

PHP 7.4

# Run REPL
docker run --rm -it paulredmond/psysh:7.4

# Pull the latest and then run
docker pull paulredmond/psysh:7.4 && docker run --rm -it paulredmond/psysh:7.4

# Peek around inside
docker run --rm -it --entrypoint=bash paulredmond/psysh-repl:7.4

About

A PsySH REPL for Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published