PHPackages                             flowui/flowui - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. flowui/flowui

ActiveLibrary[Framework](/categories/framework)

flowui/flowui
=============

FlowUI - Progressive PHP Framework for Rapid UI Development

01PHP

Since Mar 25Pushed 3mo agoCompare

[ Source](https://github.com/dzentota/flowui)[ Packagist](https://packagist.org/packages/flowui/flowui)[ RSS](/packages/flowui-flowui/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

FlowUI Framework
================

[](#flowui-framework)

**FlowUI** is a progressive enhancement PHP framework for rapid development of secure and interactive user interfaces. Write clean, semantic HTML and let FlowUI automatically add validation, CSRF protection, and interactivity.

Philosophy
----------

[](#philosophy)

1. **HTML as Source of Truth**: Layout defines behavior. No hidden configs.
2. **Progressive Enhancement**: Functional without JS, enhanced with JS.
3. **Security by Default**: CSRF, XSS protection, and validation applied automatically.
4. **Zero-Build Step**: No Node.js, Webpack, or npm required for basic usage.

Installation
------------

[](#installation)

```
composer require flowui/flowui
```

Or manually:

```
git clone https://github.com/your-org/flowui.git
cd flowui
composer install
```

Quick Start
-----------

[](#quick-start)

### Basic Form with Validation

[](#basic-form-with-validation)

```
