rednose / framework-bundle
Symfony RednoseFrameworkBundle
Package info
github.com/rednose-public/RednoseFrameworkBundle
Type:symfony-bundle
pkg:composer/rednose/framework-bundle
v1.9.14
2018-06-21 09:45 UTC
Requires
- php: >=7.0.0
- doctrine/doctrine-bundle: ~1.4
- doctrine/doctrine-migrations-bundle: 1.2.1
- doctrine/instantiator: 1.0.*@stable
- doctrine/orm: 2.5.*@stable
- ezyang/htmlpurifier: ^4.7
- friendsofsymfony/rest-bundle: ^1.8
- friendsofsymfony/user-bundle: 1.3.6
- incenteev/composer-parameter-handler: ~2.0
- jms/serializer-bundle: ^1.1
- knplabs/knp-time-bundle: ^1.5
- predis/predis: v1.1.1
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ^3.0
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.8.*
This package is not auto-updated.
Last update: 2026-06-21 00:05:44 UTC
README
Provides several core features used throughout the RedNose bundles.
Caution: This bundle Requires Symfony 2.8.x or higher.
Installation
Add FrameworkBundle to your application kernel:
// app/AppKernel.php public function registerBundles() { return [ // ... new Rednose\FrameworkBundle\RednoseFrameworkBundle(), // ... ]; }
Configuration
Configuration reference:
# app/config/config.yml rednose_framework: user: true # Enables user / group account support auto_account_creation: false # Auto creates user accounts on first login, useful for single-sign-on acl: false # Enables ACL services and permission maps
About
FrameworkBundle is a RedNose initiative.
License
This bundle is under the MIT license. See the complete license in the bundle: