monolith/framework
Composer 安装命令:
composer require monolith/framework
包简介
Core component dependencies for the Monolith framework.
关键字:
README 文档
README
version: 7.0
- PHP 8.1 mandatory
version: 6.1
This isn't a tool that should be adopted. It's a design project to experiment with ideas.
Goals
- idiomatic language usage
- allows static-analysis without IDE extension or helpers
- no compromise for tradition
- integration of established tools / standards generally avoided
- standards and conventions are good for integration but they're not good for questioning what you know and questioning how things are usually done.
- grown like a garden, designed as a discovery process
- naive implementations are designed first
- algorithms become more complex only when pain points are experienced
- solve problems with the simplest implementation possible
- can become feature-complete
- lack of ambition to solve all problems
- components are open for extension, closed for modification
- smallest possible user-land api exposure
- final classes by default
- strong pressure to avoid inheritance
Installation
- extract the application skeleton to a new folder
- run composer install
Collections 9.3
some basic info about collections, they're fancy
Component Bootstrapping 8.0
information
Configuration 7.1
goals:
- drop php dot env (uses global state so can't be used for multiple environments simultaneously in a runtime)
- add new configuration loader / reader
- keep env file conventions
warning:
config can be used in component boostrapping bind() methods but only within bound closures. the configuration tool needs the bootstrap bind() phase to set itself up.
Dependency Injection 9.4
basic di container
Error Handling 6.0
HTTP 12.1
Relational Database 8.1
Messaging 0.1
Web Routing 23.2
- make collections final
- fix these collections
- move tests to phpunit
Todo
under prefix('admin', get('/', ...)) the front-slash doesn't work
Web Sessions 16.0
not verified secure, consider hazardous
Twig HTML Templating 6.0
monolith/framework 适用场景与选型建议
monolith/framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 141 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 08 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「monolith」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 monolith/framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 monolith/framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 monolith/framework 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Collection classes for the Monolith framework.
Dependency injection container for the Monolith framework.
Module for bootstrapping components in the Monolith framework.
HTTP abstractions for the Monolith framework.
A router designed for web requests for the Monolith framework
统计信息
- 总下载量: 141
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-08-06