---
title: "New in Symfony 8.1: Tui Component (Symfony Blog)"
url: https://daily.dev/posts/new-in-symfony-8-1-tui-component-symfony-blog--qm6wbszzn
source_url: https://symfony.com/blog/new-in-symfony-8-1-tui-component
type: article
source: "Symfony"
published: 2026-06-16T07:42:15.332Z
updated: 2026-08-24T07:10:45.428Z
tags: ["php", "cli", "symfony"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# New in Symfony 8.1: Tui Component (Symfony Blog)

**[Symfony](https://daily.dev/sources/symfony)** · 4 min read · 0 upvotes · 0 comments

## Summary

Symfony 8.1 introduces the Tui component, a new library for building rich, full-screen terminal user interfaces in PHP. Unlike the Console component which handles commands and output, Tui provides a complete widget toolkit including text editors with undo/redo, selectable lists, progress bars, Markdown rendering, and animated spinners. Styling is handled via a CSS-like engine supporting inline Style objects, stylesheets with selectors and focus states, and Tailwind-like utility classes. The component is fully non-blocking, running on PHP Fibers and the Revolt event loop, enabling responsive interfaces with background async work. It can be embedded inside existing console commands and falls back gracefully to regular Console output.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://symfony.com/blog/new-in-symfony-8-1-tui-component>

## Similar posts on daily.dev

- [Introducing the Symfony Tui Component \(Symfony Blog\)](https://daily.dev/posts/introducing-the-symfony-tui-component-symfony-blog--n57ssbwjg) · Symfony · 27 upvotes · 2 comments
- [SymfonyOnline June 2026: Building TUIs in PHP: The Symfony Terminal Component \(Symfony Blog\)](https://daily.dev/posts/symfonyonline-june-2026-building-tuis-in-php-the-symfony-terminal-component-symfony-blog--khcsrw492) · Symfony · 0 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#cli](https://daily.dev/tags/cli), [#symfony](https://daily.dev/tags/symfony)

[View this post on daily.dev](https://daily.dev/posts/new-in-symfony-8-1-tui-component-symfony-blog--qm6wbszzn)
