PHPackages                             octopouce-mu/cms-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. octopouce-mu/cms-bundle

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

octopouce-mu/cms-bundle
=======================

Cms bundle

095PHP

Since May 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/octopouce-mu/cms-bundle)[ Packagist](https://packagist.org/packages/octopouce-mu/cms-bundle)[ RSS](/packages/octopouce-mu-cms-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OctopouceCmsBundle
==================

[](#octopoucecmsbundle)

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony Flex (&gt;= 4.0) and PHP 7. You want to use Doctrine ORM and MySQL.

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

[](#installation)

1. Download OctopouceCmsBundle using composer
2. Follow installation OctopouceAdminBundle
3. Update your database schema
4. Import OctopouceAdminBundle routing
5. Publish the Assets
6. Configure your file security
7. Usage : Add adzone in page

Step 1: Download OctopouceCmsBundle using composer
--------------------------------------------------

[](#step-1-download-octopoucecmsbundle-using-composer)

Require the bundle with composer:

```
$ composer require octopouce-mu/cms-bundle

```

Step 2: Follow installation OctopouceAdminBundle
------------------------------------------------

[](#step-2-follow-installation-octopouceadminbundle)

For working the bundle, there needing OctopouceAdminBundle. Install dependencies bundles and configure.

[OctopouceAdminBundle](https://github.com/octopouce-mu/admin-bundle)

Step 3: Update your database schema
-----------------------------------

[](#step-3-update-your-database-schema)

For ORM run the following command.

```
$ php bin/console doctrine:schema:update --force

```

**Caution**

If error "1071 Specified key was too long; max key length is 767 bytes", you change configs doctrine :

```
# config/packages/doctrine.yaml
doctrine:
    dbal:
        charset: utf8
        default_table_options:
            charset: utf8
            collate: utf8_unicode_ci

```

Step 4: Import OctopouceCmsBundle routing files
-----------------------------------------------

[](#step-4-import-octopoucecmsbundle-routing-files)

Now that you have activated and configured the bundle, all that is left to do is import the OctopouceCmsBundle routing files if Symfony Flex hasn't already imported the file.

```
# config/routes/octopouce_cms.yaml
_octopouce_cms:
    resource: "@OctopouceCmsBundle/Resources/config/routing/routing.yaml"

```

Step 5: Publish the Assets
--------------------------

[](#step-5-publish-the-assets)

```
$ php bin/console assets:install --symlink

```

Step 6: Configure your file security
------------------------------------

[](#step-6-configure-your-file-security)

```
# config/packages/security.yaml
security:
    role_hierarchy:
        ROLE_SHOW: ROLE_USER
        ROLE_CMS: ROLE_SHOW
        ROLE_ADMIN: [ROLE_CMS]
        ROLE_SUPER_ADMIN: ROLE_ADMIN

```

Step 7: Generate Data Fixtures
------------------------------

[](#step-7-generate-data-fixtures)

The bundle need data default for working so uou can to generate fixtures data in database :

```
$ php bin/console doctrine:fixtures:load

```

Others bundles
--------------

[](#others-bundles)

You can to add bundles with OctopouceAdminBundle :

- [OctopouceBlogBundle](https://github.com/octopouce-mu/blog-bundle)
- [OctopouceAdvertisingBundle](https://github.com/octopouce-mu/advertising-bundle)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e65112897f6088b7ac1fd1d7b023b50ab22fbfc093bc38967459f2a214b8c04?d=identicon)[tetrayam](/maintainers/tetrayam)

### Embed Badge

![Health badge](/badges/octopouce-mu-cms-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/octopouce-mu-cms-bundle/health.svg)](https://phpackages.com/packages/octopouce-mu-cms-bundle)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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