Skip to content

1codehappy/docker-psysh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Docker PSYSH

Docker container with psysh ready to help the php developers to test codes quickly.

Techonologies

  • Alpine 3.10
  • PHP 7.3
  • psysh

Instalation

By docker pull

docker pull c0dehappy/psysh

Or git clone the repository

git clone https://github.com/c0dehappy/docker-psysh.git

Docker Image

Create a docker image.

docker build -t psysh .

Usage

Run the image to enter in terminal:

$ docker run -ti psysh
Psy Shell v0.9.9 (PHP 7.3.10 — cli) by Justin Hileman
>>> echo 'Hello world';
Hello world⏎
>>>

Easy to code!!

About

Docker image with psysh to test php code quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published