PHPackages                             flus/minz - 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. flus/minz

ActiveLibrary[Framework](/categories/framework)

flus/minz
=========

A simple and personal PHP framework

2.3.3(2mo ago)33.7kAGPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since Feb 6Pushed 2mo agoCompare

[ Source](https://github.com/flusio/Minz)[ Packagist](https://packagist.org/packages/flus/minz)[ Docs](https://github.com/flusio/Minz)[ RSS](/packages/flus-minz/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (18)Used By (0)

Minz
====

[](#minz)

Minz is yet another PHP 8.2+ framework. **It has no big ambitions and it is designed with my personal needs in mind.**

What I like in Minz is:

- I know the code perfectly (I wrote it);
- it's powerful enough for my needs;
- it has a relative small size;
- it grows ONLY when I need it;
- it's easy to perform integration tests;
- it provides a common interface for both Web and CLI requests;
- it has very few dependencies (only two at the moment, i.e. PHPMailer and Twig);
- I learnt a LOT by coding it and it was quite fun.

Install
-------

[](#install)

You should use [Composer](https://getcomposer.org) to install Minz.

Run:

```
$ composer require flus/minz
```

Then, in your code:

```
