PHPackages                             pubvana/blog - 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. pubvana/blog

ActiveFlightphp-plugin[Utility &amp; Helpers](/categories/utility)

pubvana/blog
============

Blog module for Pubvana CMS

0.2.4(2mo ago)041MITPHPPHP ^8.1

Since Apr 27Pushed 2mo agoCompare

[ Source](https://github.com/Pubvana-CMS/blog)[ Packagist](https://packagist.org/packages/pubvana/blog)[ RSS](/packages/pubvana-blog/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (5)Versions (8)Used By (1)

[![Stable? Not Quite Yet](https://camo.githubusercontent.com/8712c441bb32fd8db507e0008c5d13e30def50064f8fcbc689fbcf5191f7d2af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737461626c652533462d6e6f7425323071756974652532307965742d626c75653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/blog)[![License](https://camo.githubusercontent.com/7cf9b972f8536459aec95ebb45653e41d6ff03a9d8125b7531c620058dc23da1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70756276616e612f626c6f673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/blog)[![PHP Version](https://camo.githubusercontent.com/a4fca764866e8ceda0eaf72b43d42ebbc6901c4a4c6296c165dd1a8ecec89197/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f70756276616e612f626c6f673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/blog)[![Monthly Downloads](https://camo.githubusercontent.com/77acbff584d62385c902422734d749041d779f01aa2cd5d7605a901b1fb2ffa0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f70756276616e612f626c6f673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/blog)[![Total Downloads](https://camo.githubusercontent.com/afe9fd17e4dc7b098ec1099f72b27cdd2bc91fe3be989d7a6d9f4c50efafc4b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70756276616e612f626c6f673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/pubvana/blog)[![GitHub Issues](https://camo.githubusercontent.com/043da1858a189afdbdc3a154692f9b194a75d1ee75cc81b512eadcaf40b20d20/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f50756276616e612d434d532f626c6f673f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/blog/issues)[![Contributors](https://camo.githubusercontent.com/2ed251ec73c62b5bcc74d2e2c7534b933fbeecf3a9ffebf66e5c430a9542f361/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f50756276616e612d434d532f626c6f673f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/blog/graphs/contributors)[![Latest Release](https://camo.githubusercontent.com/a1a0d3246056ad0a3dceb86b8d746db378c228040882df7be1e9634f54915bbc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f50756276616e612d434d532f626c6f673f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/blog/releases)[![Contributions Welcome](https://camo.githubusercontent.com/9db3f8b82ea88469efd296a9305fc00f40b4c9450bb6b539d42d339fa6963444/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d626c75653f7374796c653d666f722d7468652d6261646765)](https://github.com/Pubvana-CMS/blog/pulls)

Pubvana Blog
============

[](#pubvana-blog)

**I noticed folks downloading some of these packages. I'm super grateful, Thank You! I would like to let folks know until this notice disappears I'm doing a lot of breaking changes without worrying about them. Once versions are up around 0.5.x things should settle down.**

Blog module for [Pubvana](https://pubvanacms.com) CMS.

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

[](#requirements)

- PHP 8.1+
- [Flight School](https://github.com/enlivenapp/flight-school) ^0.2
- [Flight Shield](https://github.com/enlivenapp/flight-shield) ^0.1
- [Flight Migrations](https://github.com/enlivenapp/migrations) ^0.1
- [Flight ActiveRecord](https://github.com/flightphp/active-record) ^0.7

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

[](#installation)

```
composer require pubvana/blog
```

Enable in `app/config/config.php`:

```
'plugins' => [
    'pubvana/blog' => [
        'enabled'  => true,
        'priority' => 60,
    ],
],
```

Flight School config
--------------------

[](#flight-school-config)

This package uses Flight School's return-array config format. `src/Config/Config.php` returns the package defaults as an array, Flight School stores that array under `pubvana.blog` on `$app`, and the current public route prefix is defined there with `'routePrepend' => 'blog'`.

Service
-------

[](#service)

Mapped as `$app->blog()`. Provides:

- **Posts** - CRUD, slug management, status (draft/published/scheduled), featured image via media picker, preview tokens, soft delete
- **Categories** - CRUD with parent/child hierarchy, slug management
- **Tags** - auto-created on assignment, delete with pivot cleanup
- **Revisions** - snapshot on every update, prune to configurable max (default 15), restore to any previous revision
- **Post Views** - recording and counting

Config
------

[](#config)

KeyDefaultDescription`max_revisions``15`Maximum revisions kept per postPublic Routes
-------------

[](#public-routes)

When enabled, the package registers public blog routes through `src/Config/Routes.php`:

- `GET /blog`
- `GET /blog/category/{slug}`
- `GET /blog/tag/{slug}`
- `GET /blog/preview/{token}`
- `GET /blog/{slug}`

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance85

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Every ~1 days

Total

7

Last Release

79d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3036663?v=4)[Mike W](/maintainers/enlivenapp)[@enlivenapp](https://github.com/enlivenapp)

---

Top Contributors

[![enlivenapp](https://avatars.githubusercontent.com/u/3036663?v=4)](https://github.com/enlivenapp "enlivenapp (7 commits)")

### Embed Badge

![Health badge](/badges/pubvana-blog/health.svg)

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

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k46](/packages/civicrm-civicrm-core)[oat-sa/tao-core

TAO core extension

65143.7k124](/packages/oat-sa-tao-core)[verbb/formie

The most user-friendly forms plugin for Craft.

101393.6k74](/packages/verbb-formie)[getdkan/dkan

DKAN Open Data Catalog

387138.7k2](/packages/getdkan-dkan)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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