hermes-framework/hermes
Composer 安装命令:
composer require hermes-framework/hermes
包简介
README 文档
README
Swift messenger PHP framework with standardized interfaces, extreme customizability, seamless async support, and high performance.
⚠️ WARNING: Hermes is in very early development. Some core functionality is missing and tests are a work in progress. For now, this is just a "build in public" concept. :)
🎯 Design Goals
-
Asynchronous Aware Tailored for use with asynchronous tools such as Swoole, OpenSwoole, and RoadRunner, enabling efficient handling of concurrent requests.
-
Standard Surface Adheres to standard interfaces (e.g., PSR) as much as possible to ensure interoperability with existing tools.
-
Customizable Core Provides clear interfaces that can be implemented and swapped out as you like, making it easy to replace first-party components.
-
Minimized Magic Avoids magic (magic methods, reflection, etc.) that makes code harder to follow, reduces type safety, and degrades performance. Magic is used only where it genuinely improves developer experience (e.g., limited reflection for DI auto-wiring).
-
Performance Priority Focuses on performance by using abstractions judiciously, ensuring minimal overhead. Leverages libraries and tools that are optimized for speed and efficiency.
📚 Documentation
// TODO: implement this!
Check the example directory to get an idea of how things work.
🚀 Feature List
- Dependency Injection
- HTTP Server
- CLI
- Queue System
- WebSocket Server
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-18