ishmael/framework
最新稳定版本:v0.7.13
Composer 安装命令:
composer require ishmael/framework
包简介
Ishmael PHP Framework
README 文档
README
Ishmael PHP is a lightweight, modular micro-framework for building HTTP-centric PHP applications. It emphasises an explicit bootstrap process, a clean routing layer, a PSR-style middleware pipeline, and pragmatic, context-rich logging — all with a small, readable core that is easy to extend and test.
Highlights:
- Modular design with a simple application skeleton and discoverable modules.
- Request/Response flow inspired by PSR-7/PSR-15 with middleware-first composition.
- Sensible, file-based configuration with safe defaults.
- First-class logging (Monolog) including processors and per-request IDs for traceability.
- Minimal surface area: prefer clarity over magic so you can understand and control the runtime.
Installation
Ishmael is best installed via Composer:
composer require ishmael/framework
For a complete starting point, use the Skeleton App (coming soon).
Documentation
To explore the framework in action, check out the guides under Documentation.
The first phase of development is now complete providing what is hopefully a solid, fully tested foundation upon which it can be expanded.
Added a feature that allows Modules to be differentiated between Production, Development or potentially both. This will allow developers to create Modules that have been designed principally to aid development. In due course this could even allow for a distribution channel.
Added a simple means to cleanse the storage olders. The main benefit of this will be felt in production.
Added Foreign Key, Auditing and Index support.
Seeding improved and a new reset sytem implemented to remove fake data used for testing.
Still to come:
An event Bus
A development only Realistic Fake Data creation module.
There should be a query builder, possibly even a visual query builder.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-19
