PHPackages                             minii/core - 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. minii/core

Abandoned → [yiisoft/yii2](/?search=yiisoft%2Fyii2)ArchivedProject[Framework](/categories/framework)

minii/core
==========

minii - mini Yii

31.2k5PHP

Since Apr 25Pushed 7y ago3 watchersCompare

[ Source](https://github.com/hiqdev/minii-core)[ Packagist](https://packagist.org/packages/minii/core)[ RSS](/packages/minii-core/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (5)

minii Core
==========

[](#minii-core)

**minii - mini Yii**

[![Latest Stable Version](https://camo.githubusercontent.com/8e87821095c01979511b8e8902c6016b92dd49d10e3accf72ff46a741944c26b/68747470733a2f2f706f7365722e707567782e6f72672f6d696e69692f636f72652f762f737461626c65)](https://packagist.org/packages/minii/core)[![Total Downloads](https://camo.githubusercontent.com/2fa76fd332b8d587dd97ef3b2c3795365842a4f7442a067e843a3ca24a1c21a1/68747470733a2f2f706f7365722e707567782e6f72672f6d696e69692f636f72652f646f776e6c6f616473)](https://packagist.org/packages/minii/core)[![Build Status](https://camo.githubusercontent.com/31e10abf200410f4473709589e13b825074d21327430b3bcd9820e1cdc062605/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869716465762f6d696e69692d636f72652e737667)](https://travis-ci.org/hiqdev/minii-core)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/1022db7ee80ce578281f4ff77344c1e9c0e991630f916ef0e8252a651d4fc4f8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6869716465762f6d696e69692d636f72652e737667)](https://scrutinizer-ci.com/g/hiqdev/minii-core/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4bdd0cd12db2756ce0cfc981f54a9786380032327ec6a5265d12b70f295d050f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6869716465762f6d696e69692d636f72652e737667)](https://scrutinizer-ci.com/g/hiqdev/minii-core/)

Minii is not another framework - it's a testing playground.

**General goals:**

- split framework into components
- less specific dependencies, remove:
    - fxp/composer-asset-plugin (used hiqdev/composer-asset-plugin instead)
    - require Yii.php
- more PSR compatibility: PSR-3 and so on
- easier creation of console only applications

**Done:**

- splitted to parts: core, console, caching, i18n, web, mail, ...
- no more `composer global require fxp/composer-asset-plugin`, used `hiqdev/composer-asset-plugin`
- no more `require __DIR__ . '/../../vendor/yiisoft/yii2/Yii.php'`, done with composer
- no more classes.php, done with composer
- working for console apps
- compatible with PHAR packaging

**Changes to PR to yii2:**

- PHAR compatibility

**Changes to think of:**

- move helpers into other components:
    - Console to yii2-console
    - Html, Url to yii2-web
    - ArrayHelper, StringHelper, Inflector to ???
    - Markdown to yii2-markdown
    - VarDumper to yii2-debug
    - ...
- drop yii\\mail\\BaseMailer dependency on yii\\web\\View for it could be used for console only apps
- PSR-3 logging, remove log from core

**To do:**

- try split tests into components
- much more...

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

[](#installation)

The preferred way to install this library is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require "minii/core"
```

or add

```
"minii/core": "*"
```

to the require section of your composer.json.

License
-------

[](#license)

This project is released under the terms of the BSD-3-Clause [license](LICENSE). Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2015-2016, HiQDev ()

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community16

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/99106256c24a8cb23871b99fa90e48f37f1aa71608c185759b7d2a88683a5918?d=identicon)[hiqsol](/maintainers/hiqsol)

![](https://www.gravatar.com/avatar/69cfa8941127d9901b05d8a8418aba21c93e84e30b6b4514da3a6096ace167a2?d=identicon)[minii](/maintainers/minii)

---

Top Contributors

[![hiqsol](https://avatars.githubusercontent.com/u/11820365?v=4)](https://github.com/hiqsol "hiqsol (51 commits)")

### Embed Badge

![Health badge](/badges/minii-core/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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