olla / flow
Symfony development framework
dev-master / 1.0.x-dev
2018-03-10 00:11 UTC
Requires
- php: >=7.0
- doctrine/annotations: ^1.2
- doctrine/doctrine-bundle: ^1.6.3
- doctrine/inflector: ^1.0
- doctrine/orm: ^2.5.2
- olla/prisma: *
- psr/cache: ^1.0
- psr/container: ^1.0
- symfony/http-foundation: ^3.1 || ^4.0
- symfony/http-kernel: ^2.7 || ^3.0 || ^4.0
- symfony/property-access: ^2.7 || ^3.0 || ^4.0
- symfony/property-info: ^3.1 || ^4.0
- symfony/routing: ^3.3 || ^4.0
- symfony/serializer: ^3.1 || ^4.0
Requires (Dev)
- behat/behat: ^3.1
- behat/mink: ^1.7
- behat/mink-browserkit-driver: ^1.3.1
- behat/mink-extension: ^2.2
- behat/symfony2-extension: ^2.1.1
- behatch/contexts: dev-master
- doctrine/annotations: ^1.2
- doctrine/doctrine-bundle: ^1.6.3
- doctrine/orm: ^2.5.2
- guzzlehttp/guzzle: ^6.0
- php-mock/php-mock-phpunit: ^2.0
- phpdocumentor/reflection-docblock: ^3.0 || ^4.0
- phpdocumentor/type-resolver: ^0.2.1 || ^0.3 || 0.4
- phpunit/phpunit: ^6.1
- psr/log: ^1.0
- sensio/framework-extra-bundle: ^3.0.11 || ^4.0
- symfony/asset: ^3.3 || ^4.0
- symfony/cache: ^3.3 || ^4.0
- symfony/config: ^3.3 || ^4.0
- symfony/console: ^3.3 || ^4.0
- symfony/debug: ^2.8 || ^3.0 || ^4.0
- symfony/dependency-injection: ^3.3@dev || ^4.0@dev
- symfony/doctrine-bridge: ^2.8.12 || ^3.0 || ^4.0
- symfony/event-dispatcher: ^3.3 || ^4.0
- symfony/finder: ^3.3 || ^4.0
- symfony/form: ^3.3 || ^4.0
- symfony/phpunit-bridge: ^3.3 || ^4.0
- symfony/routing: ^3.3 || ^4.0
- symfony/security: ^3.0 || ^4.0
- symfony/security-bundle: ^3.0 || ^4.0
- symfony/validator: ^3.3 || ^4.0
- symfony/yaml: ^3.3 || ^4.0
This package is not auto-updated.
Last update: 2025-03-12 10:24:41 UTC
README
#Philosohpy
Flow pattern is designing software base on dataflow. User need to define application flow then build each component for each flow.
demo: http://olla.heroku.com
##TODO
- Create unit test
- Create Documentation
- Create Integration Test