flus/minz
Composer 安装命令:
composer require flus/minz
包简介
A simple and personal PHP framework
README 文档
README
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
You should use Composer to install Minz.
Run:
$ composer require flus/minz
Then, in your code:
<?php require '/path/to/vendor/autoload.php';
Guide
You'll find more documentation directly in the source files.
Contributing
I'm not intended to develop features that I have no uses (sorry!) That being said, forks are very welcome and I would be happy to link to yours if it brings value over my own codebase.
However, I'll be glad to accept patches for bugs and security flaws.
See the documentation to develop Minz.
Minz in the real world
Today, I use Minz in several projects:
- Flus: a feed aggregator and social bookmarking tool;
- flus.fr: the website of the Web service I provide for Flus;
- taust: a monitoring system easy to setup (provided as a proof of concept);
- Webubbub: a simple WebSub hub.
Last question: should you use Minz?
Probably not for your own projects. Minz was designed for my needs.
However, because I tried to keep the codebase away from too many levels of abstraction, it can help you to learn how a framework works. I think Minz can be great for educational purposes.
License
Minz is licensed under AGPL 3.
flus/minz 适用场景与选型建议
flus/minz 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.74k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2024 年 11 月 29 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 flus/minz 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 flus/minz 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 5.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2024-11-29