PHPackages                             volter/mini\_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. volter/mini\_blog

ActiveProject[Framework](/categories/framework)

volter/mini\_blog
=================

light blog CMS

1.2(10y ago)5121[1 issues](https://github.com/Volter9/mini_blog/issues)MITPHP

Since Mar 30Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Volter9/mini_blog)[ Packagist](https://packagist.org/packages/volter/mini_blog)[ RSS](/packages/volter-mini-blog/feed)WikiDiscussions master Synced 1mo ago

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

mini\_blog CMS
==============

[](#mini_blog-cms)

[![Join the chat at https://gitter.im/volter9/mini_blog](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/volter9/mini_blog?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

mini\_blog это простая легкая бложная CMS написанная на процедурном PHP5 на базе [mini\_framework](https://github.com/Volter9/mini_framework).

Требования
----------

[](#требования)

Для работы с mini\_blog требуется PHP5.3+, PDO и pdo\_mysql, и MySQL база данных.

Особенности
-----------

[](#особенности)

mini\_blog очень прост, легок и быстрый.

Как установить
--------------

[](#как-установить)

Чтобы установить mini\_blog, Вам нужно скачать архив в [релизах](https://github.com/Volter9/mini_blog/releases) и распаковать данный архив на своем сайте (веб сервере).

После распаковки, Вам следует установить `777` права на папку `install` и файл `app/config.php`.

Далее, зайдите на свой сайт в браузере и следуйте инструкциям инсталятора.

После инсталяции mini\_blog, не забудьте удалить папку `install`.

### Ручная сборка

[](#ручная-сборка)

Если Вы хотите установить mini\_blog руками, следуйте данной инструкции.

Для начала Вам нужно склонировать данный репозиторий:

```
git clone --recursive https://github.com/Volter9/mini_blog.git
```

Далее Вам нужно установить зависимости проекта через composer:

```
composer install
```

После этого можно запустить инсталятор и следовать его инстуркциям, или же...

#### Залить дамп и поправить `app/config.php`

[](#залить-дамп-и-поправить-appconfigphp)

Возьмите дамп из `install/install/resources/dump.sql` и залейте его в БД.

После этого отредактируйте данные о подключение `app/config/database.php`:

```
return array(
    'autoload' => true,
    'default'  => array(
        // Имя базы данных
        'name'     => 'mini_blog',
        // Хост БД
        'host'     => 'localhost',
        // Пользователь БД
        'user'     => 'root',
        // Пароль пользователя БД
        'password' => '',
        // Кодировка
        'charset'  => 'utf8'
    )
);
```

И, если нужна установка другого языка то, поправьте `app/config/i18n.php`.

### Код инсталятора

[](#код-инсталятора)

```
     ______    \|/
    /* /   \   -*-
    __/ /|\ \  /|\
   /  \o..o/|__ |
  / /  \/\/ |__|=|
 / /_/  \/  |   |
/____/\___/\|  /|\

[=====>--] 75%/100%

```

Код инсталятора находится в данном [репозиторие](https://github.com/Volter9/mini_blog_install).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 98.8% 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 ~15 days

Total

6

Last Release

3991d ago

### Community

Maintainers

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

---

Top Contributors

[![volter9](https://avatars.githubusercontent.com/u/4691955?v=4)](https://github.com/volter9 "volter9 (85 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

cmslightweightmini

### Embed Badge

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

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

###  Alternatives

[microweber/microweber

New generation CMS with drag and drop

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

ImpressCMS is an open source content management system with a focus on security and speed

291.1k](/packages/impresscms-impresscms)

PHPackages © 2026

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