Phel ships with a complete development toolkit - a CLI with build, format, and export commands, an interactive REPL, editor integrations, and everything you need to publish your own libraries.
CLI Commands
Phel includes a series of commands out-of-the-box. # To see an overview of all commands. vendor/bin/phel list Note: As …
REPL
Interactive prompt# Phel comes with an interactive Read-Eval-Print Loop. The REPL lets you evaluate Phel expressions an…
Editor Support
Phel integrates with popular editors through community-maintained plugins and extensions. Install the tool that matches …
Authoring libraries
The reason to create a Phel library is to be able to use the same code across both PHP and Phel projects without manuall…
Phel Debug Helpers
The Phel standard library ships with helper functions and macros that make it easier to inspect values during developmen…
XDebug Setup
XDebug is a powerful PHP debugging extension that enables step-through debugging with breakpoints, variable inspection, …
PHP Debugging Tools
Since Phel compiles to PHP, you can use familiar PHP debugging functions and tools. These are perfect for quick inspecti…