levmorozov / mii
Tiny php framework
Installs: 2 136
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=8.1
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- ext-mysqli: *
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- rector/rector: ^0.15.7
- dev-master
- 1.12.x-dev
- v1.12.0-a19
- v1.12.0-a18
- v1.12.0-a17
- v1.12.0-a16
- v1.12.0-a14
- v1.12.0-a13
- v1.12.0-a12
- v1.12.0-a11
- v1.12.0-a10
- v1.12.0-a9
- v1.12.0-a8
- v1.12.0-a7
- v1.12.0-a6
- v1.11.15
- v1.11.13
- v1.11.12
- v1.11.11
- v1.11.10
- v1.11.9
- v1.11.6
- v1.11.5
- v1.11.4
- v1.11.0
- v1.11.0-rc.4
- v1.10.17
- v1.10.14
- v1.10.13
- v1.10.12
- v1.10.10
- v1.10.9
- v1.10.7
- v1.10.6
- v1.10.5
- v1.10.4
- v1.10.3
- v1.10.2
- v1.10.0
- 1.9.x-dev
- v1.9.31
- v1.9.30
- v1.9.29
- v1.9.28
- v1.9.27
- v1.9.26
- v1.9.24
- v1.9.22
- v1.9.21
- v1.9.20
- v1.9.18
- v1.9.17
- v1.9.16
- v1.9.15
- v1.9.14
- v1.9.13
- v1.9.6
- 1.8.x-dev
- v1.8.11
- v1.8.10
- v1.8.6
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.5
- v1.7.4
- v1.7.2
- v1.6.11
- v1.6.10
- v1.6.9
- v1.6.8
- v1.6.7
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.0
- v1.5.8
- v1.5.7
- v1.5.5
- v1.5.2
- v1.5.1
- v1.5
- v1.4.18
- v1.4.17
- v1.4.15
- v1.4.9
- v1.4.8
- v1.4
- v1.3.10
- v1.3
- v1.2.11
- v1.2.8
- v1.2.7
- v1.2.3
- v1.2
- 1.1.x-dev
- v1.1.3
- v1.1.0
- v1.0.3
- v1.0.2
- v1.0.0
- 0.9.4
- 0.9.2
- v0.9.1-beta
- dev-sun
This package is auto-updated.
Last update: 2024-02-12 10:09:10 UTC
README
The framework was not intended to be universal or public. Source code was published on GitHub for my own convenience only. Anyhow, it's not particulry interesting in any way. Mostly ugly legacy code :)
mii
mii - is tiny php-framework, borned as fork of Kohana, but transofrmed over time more in Yii2 direction. For about 10 years several dozen web projects are successfully working on mii.
Philosophy
Main values: simplicity, speed, minimal overhead.
The whole story of mii's development is search for a balance/compromise between ease of development and the qualities above. So, conceptual purity, versatility, good design patterns - all this is not about mii :) But serving 100-300k visitors on 5 bucks vps without any fullpage cache? Easy! :)
It has had some original ideas, e.g. about organizing templates in blocks system with some naming conventions (for css), but it's not so hot in modern JS era.
Docs
Nope, sorry. There are some texts in ./docs
, but they are very old, like six-major-releases-back old.