PHPackages                             sasilen/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. [Framework](/categories/framework)
4. /
5. sasilen/blog

ActiveCakephp-plugin[Framework](/categories/framework)

sasilen/blog
============

Blog plugin for CakePHP 4

2141PHPCI failing

Since Dec 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sasilen/cakephp-plugin-blog)[ Packagist](https://packagist.org/packages/sasilen/blog)[ RSS](/packages/sasilen-blog/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Blog plugin for CakePHP 4
=========================

[](#blog-plugin-for-cakephp-4)

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

Scratch installation example (with CakePHP)
-------------------------------------------

[](#scratch-installation-example-with-cakephp)

```
composer config repositories.blog git https://github.com/sasilen/cakephp-plugin-blog.git
composer require sasilen/blog

```

Enable plugins
--------------

[](#enable-plugins)

```
./bin/cake plugin load Sasilen/Blog

```

Add templates (main app)
------------------------

[](#add-templates-main-app)

```
# /src/View/AppView.php
public function initialize(): void
{
    parent::initialize();
    $this->loadHelper('CakeDC/Users.AuthLink');
    $this->loadHelper('Paginator', ['templates' => 'templates-paginator']);
    $this->loadHelper('Form', ['templates' => 'templates-form']);
}

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity32

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.

### Community

Maintainers

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

---

Top Contributors

[![sasilen](https://avatars.githubusercontent.com/u/4187961?v=4)](https://github.com/sasilen "sasilen (52 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M841](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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