git404hub

what is psysh fr?

crynobone/psysh — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2021-07-08

Audience · developerComplexity · 2/5DormantSetup · easy

tl;dr

An interactive command-line playground for PHP where you type code and see results instantly, without creating a file.

vibe map

mindmap
  root((psysh))
    What it does
      Runs PHP code live
      Shows results instantly
      No file needed
    Tech stack
      PHP
      CLI tool
    Use cases
      Debugging code
      Learning PHP
      Testing snippets
    Audience
      PHP developers
      Beginners
      Library authors

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Test a PHP function or class before committing it to a file

VIBE 2

Debug a bug by running code snippets in isolation

VIBE 3

Explore an unfamiliar third-party library interactively

VIBE 4

Learn PHP by experimenting in a live prompt

what's the stack?

PHP

how it stacks up fr

crynobone/psysh0verflowme/alarm-clock0verflowme/seclists
LanguageCSS
Last pushed2021-07-082022-10-032020-05-03
MaintenanceDormantDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencedevelopervibe coderops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires PHP installed, no other external dependencies mentioned.

prompts (copy fr)

prompt 1
Show me how to start PsySH and run a simple PHP expression in it
prompt 2
Explain how to inspect an object's properties and methods using PsySH
prompt 3
Help me use PsySH to test a function from my PHP project before integrating it
prompt 4
How do I use PsySH's magic variables to reuse the last result in my session

Frequently asked questions

what is psysh fr?

An interactive command-line playground for PHP where you type code and see results instantly, without creating a file.

Is psysh actively maintained?

Dormant — no commits in 2+ years (last push 2021-07-08).

How hard is psysh to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is psysh for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.