Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensiolabs/SensioDistributionBundle
Base bundle for Symfony Distributions
https://github.com/sensiolabs/SensioDistributionBundle
bundle php symfony symfony-bundle
Last synced: 2 days ago
JSON representation
Base bundle for Symfony Distributions
- Host: GitHub
- URL: https://github.com/sensiolabs/SensioDistributionBundle
- Owner: sensiolabs
- License: mit
- Archived: true
- Created: 2011-06-20T05:21:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T11:29:47.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T20:47:30.479Z (3 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Homepage: symfony.com
- Size: 644 KB
- Stars: 490
- Watchers: 26
- Forks: 166
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
SensioDistributionBundle
========================**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:.. code-block:: bash
// In Symfony 2.x
$ ./app/console security:check// As of Symfony 2.8 and 3.x
$ ./bin/console security:checkContributing
------------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!
.. _Symfony guidelines: https://symfony.com/doc/current/contributing/code/patches.html
.. _code style conventions: https://symfony.com/doc/current/contributing/code/standards.html