PHPackages                             proxilog/proxicms-content-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. proxilog/proxicms-content-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

proxilog/proxicms-content-bundle
================================

A Symfony Content bundle for ProxiCMS

0.1.1(3y ago)142MITPHPPHP ^8.1

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Proxilog/proxicms-content-bundle)[ Packagist](https://packagist.org/packages/proxilog/proxicms-content-bundle)[ Docs](https://github.com/Proxilog/proxicms-content-bundle)[ RSS](/packages/proxilog-proxicms-content-bundle/feed)WikiDiscussions main Synced 1mo ago

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

ProxiCMS - ContentBundle
========================

[](#proxicms---contentbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/eac6f2cfc761b9061806145332098e8565e09c6b26177ff39983334679bf33bb/68747470733a2f2f706f7365722e707567782e6f72672f70726f78696c6f672f70726f7869636d732d636f6e74656e742d62756e646c652f76)](https://packagist.org/packages/proxilog/proxicms-content-bundle)

***/!\\ WARNING, Be aware until the version 1.0.0, some breaking changes can be introduce***

This bundle allow you to manage the content for the ProxiCMS.

TODO
----

[](#todo)

- Create the [Recipes](https://github.com/symfony/recipes-contrib) installation
- better use of migration? (any idea?)
- Create the tests in the bundle (instead of the app side)

Usage
-----

[](#usage)

### EasyAdmin

[](#easyadmin)

It will provide a Content to manage with the possibility to enable the text editor.

### Twig

[](#twig)

When you get the Content with twig, it will create or get the current one by its identifier.

- Get the [Content](src/Entity/Content.php) object with identifier `proxicms_content_obj('identifier')`
- Get the value with identifier `proxicms_content_val('identifier')`

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

[](#installation)

This bundle requires PHP 8.1 or higher and Symfony 6.1 or higher.

### Step 1: Install the bundle using composer

[](#step-1-install-the-bundle-using-composer)

```
$ composer require proxilog/proxicms-content-bundle
```

### Step 2: Add the bundle to your bundles.php

[](#step-2-add-the-bundle-to-your-bundlesphp)

```
// config/bundles.php
return [
    //..
    ProxiCMS\ContentBundle\ProxiCMSContentBundle::class => ['all' => true],
];
```

### Step 3: Add the MenuItem in your Dashboard EasyAdmin

[](#step-3-add-the-menuitem-in-your-dashboard-easyadmin)

```
// src/Controller/Admin/DashboardController.php
public function configureMenuItems(): iterable
    {
        //...
        yield MenuItem::linkToCrud('Contenus', 'fas fa-pager', Content::class)
                    ->setController(ContentCrudController::class);
    }
```

or you can create your own `ContentCrudController` and extends this controller.

### Step 4: Add the migrations in your app

[](#step-4-add-the-migrations-in-your-app)

```
# config/doctrine_migrations.yaml
doctrine_migrations:
    migrations:
        - 'ProxiCMS\ContentBundle\Migrations\MySQL0100'
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1417d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8e2845b7ec585878297f455af57485d1c9afff47963cc1d61d732e20e19ef13?d=identicon)[Snowbaha](/maintainers/Snowbaha)

---

Top Contributors

[![julien-proxi](https://avatars.githubusercontent.com/u/103484793?v=4)](https://github.com/julien-proxi "julien-proxi (2 commits)")[![Snowbaha](https://avatars.githubusercontent.com/u/3284722?v=4)](https://github.com/Snowbaha "Snowbaha (2 commits)")

---

Tags

symfonycontenteasyadmincontent manager

### Embed Badge

![Health badge](/badges/proxilog-proxicms-content-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/proxilog-proxicms-content-bundle/health.svg)](https://phpackages.com/packages/proxilog-proxicms-content-bundle)
```

###  Alternatives

[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[agence-adeliom/easy-editor-bundle

A Symfony bundle for EasyAdmin that provide a flexible content editor

1111.0k1](/packages/agence-adeliom-easy-editor-bundle)[jorisdugue/h5p-bundle

H5P Bundle for Symfony 5, 6 and Symfony 7

1131.7k](/packages/jorisdugue-h5p-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
