All Projects → sensiolabs → Sensiodistributionbundle

sensiolabs / Sensiodistributionbundle

Licence: mit
Base bundle for Symfony Distributions

Projects that are alternatives of or similar to Sensiodistributionbundle

Exporter
Lightweight Exporter library
Stars: ✭ 384 (-23.35%)
Mutual labels:  bundle, symfony, symfony-bundle
Foscommentbundle
Threaded comments for Symfony
Stars: ✭ 451 (-9.98%)
Mutual labels:  bundle, symfony, symfony-bundle
Liipthemebundle
Provides theming support for Symfony bundles
Stars: ✭ 292 (-41.72%)
Mutual labels:  bundle, symfony, symfony-bundle
Assetic Bundle
[DEPRECATED] This was the recommended way to manage web assets in Symfony 2 applications. Newer Symfony applications should use Webpack Encore.
Stars: ✭ 370 (-26.15%)
Mutual labels:  bundle, symfony, symfony-bundle
Liipmonitorbundle
Integrates the LiipMonitor library into Symfony
Stars: ✭ 445 (-11.18%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonatadoctrineormadminbundle
Integrate Doctrine ORM into the SonataAdminBundle
Stars: ✭ 400 (-20.16%)
Mutual labels:  bundle, symfony, symfony-bundle
Doctrinemigrationsbundle
Symfony integration for the doctrine/migrations library
Stars: ✭ 3,782 (+654.89%)
Mutual labels:  bundle, symfony, symfony-bundle
Translationformbundle
Ease translations with some dedicated Symfony form types
Stars: ✭ 289 (-42.32%)
Mutual labels:  bundle, symfony, symfony-bundle
Easy Deploy Bundle
The easiest way to deploy your Symfony applications
Stars: ✭ 446 (-10.98%)
Mutual labels:  bundle, symfony, symfony-bundle
Doctrineenumbundle
📦 Provides support of ENUM type for Doctrine in Symfony applications.
Stars: ✭ 410 (-18.16%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonatablockbundle
Symfony SonataBlockBundle
Stars: ✭ 368 (-26.55%)
Mutual labels:  bundle, symfony, symfony-bundle
Phone Number Bundle
Integrates libphonenumber into your Symfony2-Symfony4 application
Stars: ✭ 446 (-10.98%)
Mutual labels:  bundle, symfony, symfony-bundle
Lexikformfilterbundle
This Symfony bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.
Stars: ✭ 360 (-28.14%)
Mutual labels:  bundle, symfony, symfony-bundle
Jwtrefreshtokenbundle
Implements a Refresh Token system over Json Web Tokens in Symfony
Stars: ✭ 425 (-15.17%)
Mutual labels:  bundle, symfony, symfony-bundle
Lexiktranslationbundle
This Symfony2 bundle allow to import translation files content into the database and provide a GUI to edit translations.
Stars: ✭ 347 (-30.74%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonatauserbundle
Symfony SonataUserBundle
Stars: ✭ 301 (-39.92%)
Mutual labels:  bundle, symfony, symfony-bundle
Framework Bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
Stars: ✭ 3,056 (+509.98%)
Mutual labels:  bundle, symfony, symfony-bundle
Sensioframeworkextrabundle
An extension to Symfony FrameworkBundle that adds annotation configuration for Controller classes
Stars: ✭ 3,203 (+539.32%)
Mutual labels:  bundle, symfony, symfony-bundle
Easyadminbundle
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
Stars: ✭ 3,391 (+576.85%)
Mutual labels:  bundle, symfony, symfony-bundle
Doctrinebundle
Symfony Bundle for Doctrine ORM and DBAL
Stars: ✭ 4,225 (+743.31%)
Mutual labels:  bundle, symfony, symfony-bundle

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: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!

.. _Symfony guidelines: https://symfony.com/doc/current/contributing/code/patches.html .. _code style conventions: https://symfony.com/doc/current/contributing/code/standards.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].