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

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

octopouce-mu/blog-bundle
========================

Blog bundle

048PHP

Since May 10Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

OctopouceBlogBundle
===================

[](#octopouceblogbundle)

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 OctopouceBlogBundle 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 OctopouceBlogBundle using composer
---------------------------------------------------

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

Require the bundle with composer:

```
$ composer require octopouce-mu/blog-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%60%60-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 OctopouceBlogBundle routing files
------------------------------------------------

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

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

```
# config/routes/octopouce_blog.yaml
_octopouce_blog:
    resource: "@OctopouceBlogBundle/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_BLOG: ROLE_USER
        ROLE_ADMIN: [ROLE_BLOG]
        ROLE_SUPER_ADMIN: ROLE_ADMIN
```

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

[](#others-bundles)

You can to add bundles with OctopouceAdminBundle :

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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-blog-bundle/health.svg)

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

###  Alternatives

[chadsikorra/php-simple-enum

Provides a simple enum and flag enum for PHP.

11294.4k1](/packages/chadsikorra-php-simple-enum)[pecl/timezonedb

This extension is a drop-in replacement for the builtin timezone database that comes with PHP.

177.1k](/packages/pecl-timezonedb)[nabao/laravel-lock

高性能, 分布式, 并发抢占锁, 队列锁

271.5k](/packages/nabao-laravel-lock)

PHPackages © 2026

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