Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
This package has been abandoned.
Generated on May 17, 2024 via composer

sensio/distribution-bundle v5.0.25

Base bundle for Symfony Distributions
Package summary
Share
5
issues
4
high severity
meta
4
1
moderate severity
vulnerability
1
1
license
28
MIT
Package created
7 Nov 2011
Version published
18 Jun 2019
Maintainers
1
Total deps
28
Direct deps
7
License
MIT

Issues

5

4 high severity issues

high
via: sensio/distribution-bundle@v5.0.25
via: sensiolabs/security-checker@v6.0.3
via: symfony/class-loader@v3.4.47
via: symfony/http-kernel@v3.4.49
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
28 Packages, Including:
psr/container@1.1.2
psr/log@1.1.4
sensio/distribution-bundle@v5.0.25
sensiolabs/security-checker@v6.0.3
symfony/class-loader@v3.4.47
symfony/config@v3.4.47
symfony/console@v4.4.49
symfony/debug@v4.4.44
symfony/dependency-injection@v3.4.47
symfony/deprecation-contracts@v3.5.0
symfony/event-dispatcher@v4.4.44
symfony/event-dispatcher-contracts@v1.10.0
symfony/filesystem@v3.4.47
symfony/http-client@v5.4.39
symfony/http-client-contracts@v2.5.3
symfony/http-foundation@v4.4.49
symfony/http-kernel@v3.4.49
symfony/mime@v5.4.39
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-idn@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php56@v1.20.0
symfony/polyfill-php72@v1.29.0
symfony/polyfill-php73@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/process@v3.4.47
symfony/service-contracts@v2.5.3
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

7
All Dependencies CSV
β“˜ This is a list of sensio/distribution-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
sensiolabs/security-checkerv6.0.311.12 kBMIT
prod
1
symfony/class-loaderv3.4.47-MIT
prod dev
1
symfony/configv3.4.47-MIT
prod dev
symfony/dependency-injectionv3.4.47-MIT
prod dev
symfony/filesystemv3.4.47-MIT
prod dev
symfony/http-kernelv3.4.49-MIT
prod dev
1
1
symfony/processv3.4.47-MIT
prod dev

Visualizations

Frequently Asked Questions

What does sensio/distribution-bundle do?

The SensioDistributionBundle is an important tool for Symfony Distributions, offering developer-friendly features that can be repeatedly utilised across different Symfony Distributions. Please take note that this bundle does not support Symfony 4 and has been replaced by Symfony Flex.

How do you use sensio/distribution-bundle?

The SensioDistributionBundle simplifies certain tasks by automating them during the Composer process while installing or updating. For instance, it updates the 'bootstrap.php.cache' file and clears the cache, installs assets under the web root directory, and updates the requirements file. It can be used in Symfony applications by using the following commands:

For Symfony 2.x:

$ ./app/console security:check

For Symfony 2.8 and 3.x:

$ ./bin/console security:check

These commands allow you to use the SensioLabs Security Checker that comes with the bundle.

Where are the sensio/distribution-bundle docs?

The documentation for SensioDistributionBundle isn't directly mentioned in the README; however, contributions to the bundle follow the Symfony guidelines and code style conventions. Detailed information can be found on the Symfony site and their code style conventions documentation.