sensio / distribution-bundle
Base bundle for Symfony Distributions
Installs: 62 069 161
Dependents: 706
Suggesters: 9
Security: 0
Stars: 501
Watchers: 25
Forks: 154
Type:symfony-bundle
Requires
- php: >=5.3.9
- sensiolabs/security-checker: ~5.0|~6.0
- symfony/class-loader: ~2.3|~3.0
- symfony/config: ~2.3|~3.0
- symfony/dependency-injection: ~2.3|~3.0
- symfony/filesystem: ~2.3|~3.0
- symfony/http-kernel: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
- dev-master / 5.0.x-dev
- v5.0.25
- v5.0.24
- v5.0.23
- v5.0.22
- v5.0.21
- v5.0.20
- v5.0.19
- v5.0.18
- v5.0.17
- v5.0.16
- v5.0.15
- v5.0.14
- v5.0.13
- v5.0.12
- v5.0.11
- v5.0.10
- v5.0.9
- v5.0.8
- v5.0.7
- v5.0.6
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- 4.0.x-dev
- v4.0.42
- v4.0.41
- v4.0.40
- v4.0.39
- v4.0.38
- v4.0.37
- v4.0.12
- v4.0.11
- v4.0.10
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- 3.0.x-dev
- v3.0.36
- v3.0.35
- v3.0.34
- v3.0.33
- v3.0.32
- v3.0.31
- v3.0.30
- v3.0.29
- v3.0.28
- v3.0.27
- v3.0.26
- v3.0.25
- v3.0.24
- v3.0.23
- v3.0.22
- v3.0.21
- v3.0.20
- v3.0.19
- v3.0.18
- v3.0.17
- v3.0.16
- v3.0.15
- v3.0.14
- v3.0.13
- v3.0.12
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-BETA2
- v3.0.0-BETA1
- 2.3.x-dev
- v2.3.22
- v2.3.21
- v2.3.20
- v2.3.19
- v2.3.18
- v2.3.17
- v2.3.16
- v2.3.15
- v2.3.14
- v2.3.13
- v2.3.12
- v2.3.11
- v2.3.10
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.3.0-RC1
- v2.3.0-BETA2
- v2.3.0-BETA1
- 2.2.x-dev
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.2.0-RC3
- v2.2.0-RC2
- v2.2.0-RC1
- v2.2.0-BETA2
- v2.2.0-BETA1
- 2.1.x-dev
- v2.1.11
- v2.1.10
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.1
- v2.1.0
- v2.1.0-RC2
- 2.0.x-dev
- v2.0.23
- v2.0.22
- v2.0.20
- v2.0.19
- v2.0.18
- v2.0.17
- 1.0.x-dev
- dev-build-scripts-removal
This package is auto-updated.
Last update: 2020-08-18 18:11:00 UTC
README
WARNING: This bundle does not support Symfony 4. Symfony Flex is a total replacement for this bundle.
SensioDistributionBundle provides useful developer features that can be re-used amongst several Symfony Distributions.
Composer Hooks
The bundle hooks up into the Composer process to automate the following actions when running an install or an update:
- Update the
bootstrap.php.cache
file (and clears the cache); - Install the assets under the web root directory;
- Update the requirements file.
Security
The bundle includes the SensioLabs Security Checker. When included in a Symfony application, the check is available:
// In Symfony 2.x $ ./app/console security:check // As of Symfony 2.8 and 3.x $ ./bin/console security:check
Contributing
To contribute to this bundle, you just need a GitHub account. If you need some help to start, you can check the Symfony guidelines and code style conventions. Bug fixes should be submitted against the 4.0 branch when possible, and new features are accepted on master only.
Pull requests are welcome!