PHPackages                             flow4ui/flow-symfony - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. flow4ui/flow-symfony

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

flow4ui/flow-symfony
====================

A Symfony bundle for defining Vue components with PHP classes and managing state on both client and server

v0.2.0(4mo ago)055MITPHPPHP &gt;=8.1CI failing

Since Jan 18Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Flow4Ui/flow-symfony)[ Packagist](https://packagist.org/packages/flow4ui/flow-symfony)[ RSS](/packages/flow4ui-flow-symfony/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (9)Used By (0)

Flow-Symfony
============

[](#flow-symfony)

[![CI](https://github.com/Flow4Ui/flow-symfony/actions/workflows/ci.yml/badge.svg)](https://github.com/Flow4Ui/flow-symfony/actions/workflows/ci.yml)

Flow-Symfony is a powerful integration of Vue framework with Symfony, enabling seamless development of reactive components in your Symfony applications.

Features
--------

[](#features)

- State and Store management
- Component-based architecture with attributes
- Automatic state initialization and updates
- Client-side method handling
- Integrated routing support

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

[](#installation)

Install the package via Composer:

```
composer require flow4ui/flow-symfony

```

Usage
-----

[](#usage)

Here's a simple example of how to create a Todo List component using Flow-Symfony:

```
