PHP TUI library heavily inspired by Rust TUI / Ratatui.
- Most widgets and shapes from Ratatui.
- Advanced terminal control heavily inspired by Rust's crossterm library.
- Font and image rendering
- Layout control using the Cassowary algorithm via. php-tui cassowary
- Lots more
Require in your project with composer:
composer require php-tui/php-tui
Read the documentation here.
Checkout the project and run:
./example/demo/bin/demo
- Windows support: shouldn't be hard to implement, but I don't have windows so...
Contributions are welcome!