GitHub - php-tui/php-tui: PHP TUI
Extracto
PHP TUI. Contribute to php-tui/php-tui development by creating an account on GitHub.
Contenido
PHP TUI
PHP TUI library heavily inspired by Rust TUI / Ratatui.
Features
- 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
Installation
Require in your project with composer:
composer require php-tui/php-tui
Documentation
Read the documentation here.
Demo
Checkout the project and run:
Limitations
- Windows support: shouldn't be hard to implement, but I don't have windows so...
Contributions
Contributions are welcome!
Fuente: GitHub

