univeros/framework
Composer 安装命令:
composer require univeros/framework
包简介
The Univeros Framework.
关键字:
README 文档
README
The source code of the Univeros framework. Namespace: Altair\*. Ships as composer require univeros/framework.
Note: this repository contains the core code of Univeros. If you want to build an application using Univeros, visit the main univeros/univeros repository.
About Univeros
Univeros is a PHP 8.3+ framework for building APIs. Its codebase lives under the Altair\* namespace, the engineering name, the way Illuminate\* is the engineering name for Laravel's components. The brand consumers see is Univeros; Altair\* is the plumbing.
It looks familiar at first: PSR-7/15 HTTP stack, a DI container, a Cycle ORM bridge, a Symfony Messenger bridge, immutable value objects, single-pass middleware. The unusual part is the layer above that: a CLI surface (bin/altair) whose every command emits deterministic JSON an AI agent can branch on, and a set of primitives (spec-driven scaffolding, a rewindable journal, an append-only event log, a symbol-usage index, a doctor, a refactor adviser, an MCP server) designed so an agent can be productive without a human in the loop.
For the pitch, agent affordances walkthrough, and architecture diagram, see univeros/univeros. For per-package guides, see univeros/docs.
Sub-packages
The framework is composed of 36 standalone PHP packages under src/Altair/. Each is published as a read-only repository at github.com/univeros/<name>. Pull the whole framework via:
composer require univeros/framework
…or compose individual packages:
composer require univeros/http # PSR-7 + PSR-15 stack, single-pass middleware composer require univeros/scaffold # YAML spec → Action/Input/Responder + OpenAPI + tests composer require univeros/persistence # Repository/UnitOfWork bridge over Cycle ORM v2 composer require univeros/messaging # MessageBus bridge over Symfony Messenger composer require univeros/events # Append-only mutation event log for agents
The complete published list: agent-spec, bootstrap, cache, cli, common, configuration, container, cookie, courier, data, doctor, eval, events, examples, filesystem, happen, http, index, introspection, mcp, messaging, middleware, migration-intelligence, observability, observatory, persistence, profiling, sanitation, scaffold, security, session, structure, suggest, test-reporter, tinker, validation.
Splits are produced automatically by .github/workflows/split.yml; see docs/guides/split-publish.md for the operator runbook. All changes belong in this monorepo; the split repos are read-only mirrors.
Repositories
- univeros/univeros:
composer create-projectstarter and the main entry point for application developers. - univeros/framework: this repo. The library source.
- univeros/docs: per-package documentation.
Contributing
Issues and pull requests are welcome on this repository; it's the source of truth. The 35 sub-package repos under github.com/univeros/* are read-only mirrors; PRs against them will be ignored and overwritten on the next split.
Before submitting:
composer qa # cs + stan + test — the pre-commit gate composer test # PHPUnit 12 only
CI mirrors the same gates plus the determinism drift check. Add a bullet to the CHANGELOG.md [Unreleased] section for any user-facing change.
Security
If you discover a security vulnerability, please report it privately via GitHub Security Advisories instead of opening a public issue. We will respond and coordinate disclosure from there.
License
Univeros is open-sourced software licensed under the MIT license.
univeros/framework 适用场景与选型建议
univeros/framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 100 次下载、GitHub Stars 达 22, 最近一次更新时间为 2026 年 06 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「univeros」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 univeros/framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 univeros/framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 univeros/framework 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Authentication, MFA/OTP, and user & organization management for Univeros apps.
High-performance, opinionated PHP 8 web framework with O(1) routing, parallel async MySQL, type-safe asset bridge, and React-island frontend
The skeleton application for the Geoffrey agent framework.
Framework used for the Darflen social media project.
Speedrunner package for programming certification exam
统计信息
- 总下载量: 100
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 37
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-02