rgzone / folk-s8demo
Package info
bitbucket.org/stelzek/symfony-folk-example/
Type:project
pkg:composer/rgzone/folk-s8demo
dev-master
2026-06-06 01:02 UTC
Requires
- php: >=8.4
- ext-ctype: *
- ext-iconv: *
- rgzone/folk-bundle: dev-master
- symfony/console: 8.1.*
- symfony/dotenv: 8.1.*
- symfony/flex: ^2
- symfony/framework-bundle: 8.1.*
- symfony/runtime: 8.1.*
- symfony/yaml: 8.1.*
Conflicts
This package is auto-updated.
Last update: 2026-06-06 01:02:53 UTC
README
This repository is a minimal Symfony 8.1 demo application used to validate and demonstrate integration with rgzone/folk-bundle.
The application itself is intentionally almost empty. Its purpose is not business logic, but a small reproducible environment for:
- running Symfony with the Folk server runtime
- checking that the bundle boots correctly inside a container
- exposing HTTP, gRPC, and metrics endpoints for local testing
- serving as a reference setup for future Folk-based Symfony apps
In short: this project exists as a technical demo and integration baseline, not as a feature-complete product.