rednose / framework-bundle
Symfony RednoseFrameworkBundle
Installs: 4 275
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:symfony-bundle
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.*
- dev-master / 1.9.x-dev
- v1.9.14
- v1.9.13
- v1.9.12
- v1.9.11
- v1.9.10
- v1.9.9
- v1.9.8
- v1.9.7
- v1.9.6
- v1.9.5
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.1
- v1.8.0
- 1.7.x-dev
- 1.6.x-dev
- 1.5.x-dev
- v1.5.0
- 1.4.x-dev
- v1.4.1
- v1.4.0
- 1.3.x-dev
- v1.3.0
- 1.2.x-dev
- v1.2.0
- 1.1.x-dev
- v1.1.0
- dev-DashboardRefactor
- dev-1.9.10-2.12
- dev-PrioCol
This package is not auto-updated.
Last update: 2024-11-09 16:08:46 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: