PHPackages                             ckrack/optimus-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. [Templating &amp; Views](/categories/templating)
4. /
5. ckrack/optimus-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

ckrack/optimus-bundle
=====================

Integrate Optimus in a Symfony project

v1.0(5y ago)023MITPHPPHP &gt;=7.2

Since May 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ckrack/optimus-bundle)[ Packagist](https://packagist.org/packages/ckrack/optimus-bundle)[ Docs](https://github.com/ckrack/optimus-bundle)[ RSS](/packages/ckrack-optimus-bundle/feed)WikiDiscussions develop Synced 6d ago

READMEChangelog (4)Dependencies (13)Versions (6)Used By (0)

OptimusBundle
=============

[](#optimusbundle)

Integrates [jenssegers/optimus](https://github.com/jenssegers/optimus) in a Symfony project.

Installation using composer
---------------------------

[](#installation-using-composer)

These commands requires you to have Composer installed globally. Open a command console, enter your project directory and execute the following commands to download the latest stable version of this bundle:

### Using Symfony Flex

[](#using-symfony-flex)

```
    composer config extra.symfony.allow-contrib true
    composer require ckrack/optimus-bundle
```

### Using Symfony 4 Framework

[](#using-symfony-4-framework)

```
    composer require ckrack/optimus-bundle
```

If this has not been done automatically, enable the bundle by adding the following line in the `config/bundles.php` file of your project:

```
