PHPackages                             asm/phpflo-bundle - 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. asm/phpflo-bundle

Abandoned → [phpflo/phpflo-bundle](/?search=phpflo%2Fphpflo-bundle)Symfony-bundle

asm/phpflo-bundle
=================

Integrate phpflo into symfony

v1.1.2(9y ago)41551[1 issues](https://github.com/phpflo/PhpFloBundle/issues)MITPHPPHP &gt;=5.5.9

Since Jun 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/phpflo/PhpFloBundle)[ Packagist](https://packagist.org/packages/asm/phpflo-bundle)[ RSS](/packages/asm-phpflo-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

PhpFloBundle
============

[](#phpflobundle)

[![License](https://camo.githubusercontent.com/e498eead712d82d9ee1af0a4850acd2e46ea48c48fb9ce5a3d2ab64f28f95b34/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e737667)](http://doge.mit-license.org)

This bundle is based on [Henri Bergius](https://github.com/bergie) library [phpflo](https://github.com/bergie/phpflo) whose README I really suggest to read :-) The intention for creating this bundle is an easier inclusion into e.g. symfony environments with the need for flow programming. I had to rewrite part of the initial Network class to make use of a component registry to easily manage components via DIC. Also all component services should be defined as "public: false" to not clutter the DIC.

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

[](#installation)

You can either just add via:

```
 $ composer.phar require phpflo/phpflo-bundle
```

**Attention:** This need minimum-stability: dev set on rootlevel Otherwise you can first add phpflo and then the bundle.

```
 $ composer.phar require phpflo/phpflo dev-master
 $ composer.phar require phpflo/phpflo-bundle
```

This will first add phpflo with dev stability and the the bundle. This is due to composer's handling of stabilities for indirect dependencies.

Configuration
-------------

[](#configuration)

```
