php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

Installs: 281 267

Dependents: 5

Suggesters: 0

Security: 0

Stars: 531

Watchers: 14

Forks: 12

Open Issues: 12

pkg:composer/php-tui/php-tui

0.2.1 2024-09-08 09:16 UTC

This package is auto-updated.

Last update: 2025-10-08 14:17:56 UTC


README

CI

PHP TUI Logo

PHP TUI library heavily inspired by Rust TUI / Ratatui.

Demo

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:

./example/demo/bin/demo

Limitations

  • Windows support: shouldn't be hard to implement, but I don't have windows so...

Contributions

Contributions are welcome!