PHPackages                             smartbooster/sonata-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. smartbooster/sonata-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

smartbooster/sonata-bundle
==========================

SMART BOOSTER Sonata setup

v2.11.0(2mo ago)210.8k↓50%2[1 PRs](https://github.com/smartbooster/sonata-bundle/pulls)3MITPHPPHP ^8.1CI passing

Since Apr 10Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/smartbooster/sonata-bundle)[ Packagist](https://packagist.org/packages/smartbooster/sonata-bundle)[ Docs](https://github.com/smartbooster/sonata-bundle)[ RSS](/packages/smartbooster-sonata-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (23)Versions (46)Used By (3)

SMARTBOOSTER - Sonata bundle
============================

[](#smartbooster---sonata-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/5590021759c0ab5c349e46798e25d9480afdc7f04e36f1907b31d4ec5e0e3acb/68747470733a2f2f706f7365722e707567782e6f72672f736d617274626f6f737465722f736f6e6174612d62756e646c652f762f737461626c65)](https://packagist.org/packages/smartbooster/sonata-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/0afda51b51a72b9f06c009917e8a53da8f0d772586bc53161ca9a55379ace1c9/68747470733a2f2f706f7365722e707567782e6f72672f736d617274626f6f737465722f736f6e6174612d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/smartbooster/sonata-bundle)[![Total Downloads](https://camo.githubusercontent.com/2d101c15be9b4b2be364c8a0fd9611c9ffb8bb47ed1434b601dbf3f8a3c68596/68747470733a2f2f706f7365722e707567782e6f72672f736d617274626f6f737465722f736f6e6174612d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/smartbooster/sonata-bundle)[![License](https://camo.githubusercontent.com/58acba159c92018fab047f0bd6aa956e8489205beacc6c7875e0b4201f270337/68747470733a2f2f706f7365722e707567782e6f72672f736d617274626f6f737465722f736f6e6174612d62756e646c652f6c6963656e7365)](https://packagist.org/packages/smartbooster/sonata-bundle)

[![CI workflow](https://github.com/smartbooster/sonata-bundle/actions/workflows/ci.yml/badge.svg)](https://github.com/smartbooster/sonata-bundle/actions/workflows/ci.yml/badge.svg)[![Codacy Badge](https://camo.githubusercontent.com/0d9a03c71de7b98d6f481609ae2b0367b330884f82010f9a50416be2c49b4a24/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3462666462626633623364313465353062353435643565396434363661646536)](https://www.codacy.com/gh/smartbooster/sonata-bundle/dashboard?utm_source=github.com&utm_medium=referral&utm_content=smartbooster/sonata-bundle&utm_campaign=Badge_Grade)[![GitHub contributors](https://camo.githubusercontent.com/04ff5ad8d0824ef3235814e6ffc67e57fad1fcf535fcd38036b469390653c771/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f736d617274626f6f737465722f736f6e6174612d62756e646c652e737667)](https://github.com/smartbooster/sonata-bundle/graphs/contributors)

[![SymfonyInsight](https://camo.githubusercontent.com/968decc758c59318f1de1f9c9b494b203496f31e0b4931367c494de2c9418b06/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f32616532333364632d306266632d346133612d613461622d3662383761636464393865612f736d616c6c2e737667)](https://insight.symfony.com/projects/2ae233dc-0bfc-4a3a-a4ab-6b87acdd98ea)

Installation
------------

[](#installation)

### Add the bundle as dependency with Composer

[](#add-the-bundle-as-dependency-with-composer)

```
composer require smartbooster/sonata-bundle
```

Put this configuration inside your config/packages/smart\_sonata.yaml

```
smart_sonata:
    sender:
        address: 'project@example.com'
```

[Check full configuration reference here](docs/configuration.md)

### Enable the bundle in the kernel

[](#enable-the-bundle-in-the-kernel)

```
