elephox/framework
Composer 安装命令:
composer require elephox/framework
包简介
A type-safe PHP framework.
README 文档
README
This is a library project providing building blocks for building your own PHP application.
📚 Documentation
Visit elephox.dev for the documentation.
🎯 Goals
Take a look at the goals for the first stable release here: Milestone 1
The overall project goals and future planning is done in the GitHub projects for this repository.
✨ Contributing
Contributions in all forms are welcome. Make sure to read elephox.dev/contributing for the details.
🏷️ Get the Badge
Using Elephox in your project? Add a badge to your README:
Replace the value of the style parameter for different styles (flat, flat-square, plastic, for-the-badge).
[](https://elephox.dev)
<a href="https://elephox.dev"><img alt="Elephox Framework" src="https://img.shields.io/badge/framework-Elephox-blue?style=flat"></a>
📋 Source code annotations
✅ To Do
- modules/Collection/src/ArrayList.php
- replace generic enumerable function with array-specific functions where possible
- modules/Collection/src/ArrayMap.php
- replace generic enumerable function with array-specific functions where possible
- modules/Collection/src/ArraySet.php
- replace generic enumerable function with array-specific functions where possible
- modules/Collection/src/IsKeyedEnumerable.php
- rewrite more functions to use iterators
- modules/Collection/src/Iterator/OrderedIterator.php
- cache keys so they won't have to be re-calculated
- modules/Collection/src/ObjectSet.php
- use this style of assertion error messages for all assertions
- modules/DI/src/ServiceDescriptor.php
- Update TImplementation to extend TService once vimeo/psalm#7795 is resolved.
- modules/Files/test/DirectoryTest.php
- add test for symlink
- modules/Http/test/GeneratesResponsesTest.php
- Add test for both cases in which mime_content_type exists and not
- modules/Logging/test/SimpleFormatColorSinkTest.php
- write tests for background and options
- modules/Web/src/WebApplication.php
- use services from scoped service provider
⚠️ Fixes
- modules/Collection/src/IsEnumerable.php
- de-duplicate code from IsEnumerable and IsKeyedEnumerable where possible (move iterator creation to trait and return self with created iterator)
🤔 Maybe
- modules/Web/src/Middleware/DefaultNotFoundHandler.php
- use a standardized schema for errors in json
🚧 Related issues
elephox/framework 适用场景与选型建议
elephox/framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 326 次下载、GitHub Stars 达 2, 最近一次更新时间为 2021 年 11 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 elephox/framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 elephox/framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 326
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 10
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-12