PHPackages                             monkblog/monkblog-php - 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. monkblog/monkblog-php

AbandonedArchivedProject[Framework](/categories/framework)

monkblog/monkblog-php
=====================

MonkBlog a blogging engine.

v1.1.1(10y ago)115[19 issues](https://github.com/monkblog/monkblog-php/issues)MITPHPPHP &gt;=5.5.9

Since Nov 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/monkblog/monkblog-php)[ Packagist](https://packagist.org/packages/monkblog/monkblog-php)[ RSS](/packages/monkblog-monkblog-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (15)Versions (8)Used By (0)

Monk!
=====

[](#monk)

[![Circle CI](https://camo.githubusercontent.com/e6289e1df36fc12c597acc9c980ba00234ed31cd2413e11aadd6a49182e909f4/68747470733a2f2f636972636c6563692e636f6d2f67682f6d6f6e6b626c6f672f6d6f6e6b626c6f672d7068702e7376673f7374796c653d737667)](https://circleci.com/gh/monkblog/monkblog-php)[![Code Climate](https://camo.githubusercontent.com/c590f72596dc81732e8042fe7ce4f9b46ea8adc3e12e42b5b231efbe2baec02f/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6d6f6e6b626c6f672f6d6f6e6b626c6f672d7068702f6261646765732f6770612e737667)](https://codeclimate.com/github/monkblog/monkblog-php)[![Test Coverage](https://camo.githubusercontent.com/b2ef8e932a4588ea141ee156a411266f340ba4c69cdc56683ab4e64286f9af69/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6d6f6e6b626c6f672f6d6f6e6b626c6f672d7068702f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/monkblog/monkblog-php/coverage)[![Total Downloads](https://camo.githubusercontent.com/c070fb0366b55020bdde999604b489d8f0464b8b818f492e2a48a77f5d7e83e9/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6e6b626c6f672f6d6f6e6b626c6f672d7068702f642f746f74616c2e737667)](https://packagist.org/packages/monkblog/monkblog-php)[![Latest Stable Version](https://camo.githubusercontent.com/4ba0ceed5b138ca0104a20dc0f49bbcd39d79a2657bb7f9f41424503b6f99c44/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6e6b626c6f672f6d6f6e6b626c6f672d7068702f762f737461626c652e737667)](https://packagist.org/packages/monkblog/monkblog-php)[![Latest Unstable Version](https://camo.githubusercontent.com/80aac97379d148d741815ed881e26d857c6f6b139330512b8cfa1ca88eaa4435/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6e6b626c6f672f6d6f6e6b626c6f672d7068702f762f756e737461626c652e737667)](https://packagist.org/packages/monkblog/monkblog-php)[![License](https://camo.githubusercontent.com/250dc89cc28ded269a0d9dd98554a2a185259deafa5706830c659ff67c92d699/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6e6b626c6f672f6d6f6e6b626c6f672d7068702f6c6963656e73652e737667)](https://packagist.org/packages/monkblog/monkblog-php)

A blogging engine built on Laravel 5.1.

Homestead local dev instructions
--------------------------------

[](#homestead-local-dev-instructions)

If you prefer to use Homestead over Docker, you can find [instructions on the Laravel website](http://laravel.com/docs/5.1/homestead).

Docker local dev instructions
-----------------------------

[](#docker-local-dev-instructions)

If you don't yet have Docker installed, install it [according to the Docker website](https://www.docker.com).

After you have Docker installed, this command will get you started:

```
docker-compose up

```

### Dependency installation and configuration

[](#dependency-installation-and-configuration)

Next, you'll need to run these commands, in order:

```
cp .env.example .env
composer install
npm install (or, better yet, yarn)
bower install
gulp
docker exec monkblogphp_app_1 php artisan key:generate
docker exec monkblogphp_app_1 php artisan migrate
docker exec monkblogphp_app_1 php artisan db:seed

```

### Adding your first admin user

[](#adding-your-first-admin-user)

Add an admin user by using the following console command:

```
php artisan user:generate

```

If you want to run it through a Docker container, do it like this:

```
docker exec -it monkblogphp_app_1 php artisan user:generate

```

Admin Interface
---------------

[](#admin-interface)

Access the admin interface via `/admin` on your site.

License
-------

[](#license)

The Monk blog engine is licensed under the [MIT license](http://opensource.org/licenses/MIT)

The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~45 days

Recently: every ~55 days

Total

7

Last Release

3928d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36dcfe7b751e13acba5f9fb7821737b913263f69b9ea6063c7ac94fcbd4a8608?d=identicon)[ericdowell](/maintainers/ericdowell)

---

Top Contributors

[![ericdowell](https://avatars.githubusercontent.com/u/525506?v=4)](https://github.com/ericdowell "ericdowell (135 commits)")[![BenOvermyer](https://avatars.githubusercontent.com/u/658473?v=4)](https://github.com/BenOvermyer "BenOvermyer (81 commits)")

---

Tags

blog-enginelaravelblogmonkMonkBlogblogging

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/monkblog-monkblog-php/health.svg)

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

###  Alternatives

[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[marketplacekit/marketplacekit

Open source Marketplace Platform

8185.2k](/packages/marketplacekit-marketplacekit)

PHPackages © 2026

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