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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yanqay/ukhu-blog
================

ukhu blog

v0.1.0(3y ago)13MITPHP

Since Oct 31Pushed 3y ago2 watchersCompare

[ Source](https://github.com/yanqay/ukhu-blog)[ Packagist](https://packagist.org/packages/yanqay/ukhu-blog)[ Docs](http://yanqay.com)[ RSS](/packages/yanqay-ukhu-blog/feed)WikiDiscussions main Synced 1mo ago

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

About Ukhu Blog
---------------

[](#about-ukhu-blog)

Ukhu Blog is a blog module for [Ukhu framework](https://github.com/yanqay/ukhu)

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

[](#prerequisites)

- Ukhu framework should be already installed.

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

[](#installation)

- Install Ukhu Blog module

    `composer require yanqay/ukhu-blog`
- Run install module command

    `php ukhu module:install blog`
- Add navigation menu to Blog entry page

    `Blog`
- Add new entry in bootstrap/config.php definitions file

    ```
    \App\Blog\Application\Ports\MarkdownInterface::class => function () {
        return new \App\Blog\Infrastructure\Adapters\MarkdownParser(
            __DIR__ . '/../resources/blog'
        );
    },

    ```
- Add Blog routes reference to application routes

    `$router = (require_once __DIR__ . '/../bootstrap/routes/blog.php')($router, $container);`
- Add templates directory to $templateLocations array in bootstrap/config.php template definition

    `'../src/Blog/Infrastructure/Http/Presentation/templates',`
- Inspect git source control changes.

Contributing
------------

[](#contributing)

Get in touch if you're interested in contributing to Ukhu.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within Ukhu please get in touch.

Contact
-------

[](#contact)

Contact via franckmercado at gmail.com.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

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

1289d ago

### Community

Maintainers

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

---

Top Contributors

[![franckweb](https://avatars.githubusercontent.com/u/413733?v=4)](https://github.com/franckweb "franckweb (9 commits)")[![yanqay](https://avatars.githubusercontent.com/u/69828830?v=4)](https://github.com/yanqay "yanqay (1 commits)")

---

Tags

phpblogukhu

### Embed Badge

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

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

PHPackages © 2026

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