PHP Term

TL;DR Term is a low-level terminal manipulation library for PHP based on Crossterm. Give it a star.
(professional) Term logo
When I started porting Ratatui to PHP (see previous post) I didn’t fully realise what I was getting myself into.
PHP-TUI is a framework which allows you to create terminal user interfaces, but it does not in itself provide the mechanism to interact with the terminal.
Symfony Terminal ¶ My first idea was to use the Symfony console as a “backend” for PHP-TUI as (not) detailed in my previous post.
Read more...