PHPackages                             in-square/opendxp-post-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. in-square/opendxp-post-bundle

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

in-square/opendxp-post-bundle
=============================

Post bundle for OpenDXP.

v1.0.0(3mo ago)06↓90%GPL-3.0-or-laterPHPPHP ^8.3

Since Mar 30Pushed 3mo agoCompare

[ Source](https://github.com/in-square/opendxp-post-bundle)[ Packagist](https://packagist.org/packages/in-square/opendxp-post-bundle)[ Docs](https://github.com/in-square/opendxp-post-bundle)[ RSS](/packages/in-square-opendxp-post-bundle/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

OpenDXP Post Bundle
===================

[](#opendxp-post-bundle)

Bundle provides basic blog data objects (Post, PostCategory, PostTag), archive tables for monthly counts, and tools for organizing posts by date.

Features
--------

[](#features)

- Installs `PostCategory`, `PostTag`, and `Post` classes (with `date` field).
- Creates archive tables: `post_archive_by_category`, `post_archive_by_tag`.
- Event-based change tracking + CRON-friendly archive rebuild.
- Date-based folder sorting for existing posts.

Requirements
------------

[](#requirements)

- PHP 8.3
- Symfony 7.4
- OpenDXP 1.0

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

[](#installation)

Install the bundle via Composer and run the OpenDXP installer:

```
composer require in-square/opendxp-post-bundle
php bin/console opendxp:bundle:install InSquareOpendxpPostBundle
```

Configuration
-------------

[](#configuration)

Create `config/packages/in_square_opendxp_post.yaml` in the OpenDXP project:

```
in_square_opendxp_post:
    post_root_folder: '/posts'
    sorting:
        enabled: true
        date_field: 'date'
    archive:
        idle_minutes: 10
```

Archive rebuild (CRON)
----------------------

[](#archive-rebuild-cron)

Event subscriber stores `last_posts_change` in cache. Run rebuild command via CRON:

```
* * * * * /usr/bin/php /path/to/opendxp/bin/console insquare:post-archive:rebuild
```

Command supports `--force` and `--idle-minutes`:

```
php bin/console insquare:post-archive:rebuild --force
```

Sorting existing posts
----------------------

[](#sorting-existing-posts)

Use this command to move existing posts into `/Y/m/d` folders:

```
php bin/console insquare:post:sort
```

Development
-----------

[](#development)

Static analysis and coding standards:

```
composer phpstan
composer php-cs
composer php-cs:dry
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance82

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

91d ago

### Community

Maintainers

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

---

Top Contributors

[![twin-elements](https://avatars.githubusercontent.com/u/17727266?v=4)](https://github.com/twin-elements "twin-elements (6 commits)")

---

Tags

blogpostopendxpopendxp-pluginopendxp-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/in-square-opendxp-post-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/in-square-opendxp-post-bundle/health.svg)](https://phpackages.com/packages/in-square-opendxp-post-bundle)
```

###  Alternatives

[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)

PHPackages © 2026

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