PHPackages                             umanit/content-publication-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. [Database &amp; ORM](/categories/database)
4. /
5. umanit/content-publication-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

umanit/content-publication-bundle
=================================

A simple yet efficient publishing bundle.

1.0.3(2y ago)21.9k2MITPHPPHP ^7.4|^8.0

Since Jun 20Pushed 2y ago5 watchersCompare

[ Source](https://github.com/umanit/content-publication-bundle)[ Packagist](https://packagist.org/packages/umanit/content-publication-bundle)[ Docs](https://github.com/umanit/content-publication-bundle)[ RSS](/packages/umanit-content-publication-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (3)Versions (8)Used By (0)

Publication Bundle
==================

[](#publication-bundle)

A simple yet efficient publishing bundle.

Install
-------

[](#install)

Register the bundle to your 'app/AppKernel.php'

```
    new Umanit\ContentPublicationBundle\UmanitContentPublicationBundle(),
```

Usage
-----

[](#usage)

### Make your entity publishable

[](#make-your-entity-publishable)

Implement the interface `PublishableInterface` and use the trait `PublishableTrait`.

```
