Libraries tagged by univeros
univeros/framework
124 Downloads
The Univeros Framework.
univeros/univeros
4 Downloads
An Altair Framework API.
univeros/polaris
115 Downloads
Authentication, MFA/OTP, and user & organization management for Univeros apps.
univeros/webhooks
0 Downloads
First-class webhook framework for Univeros: signing primitives, inbound verify middleware, and an outbound dispatcher with retry / dead-letter / replay.
univeros/validation
0 Downloads
Rule-based input validation that rejects values not conforming to declared constraints — the gatekeeping counterpart to sanitation.
univeros/tinker
0 Downloads
bin/altair tinker — an interactive PsySH REPL with the DI container in scope and a doctor-style preamble of what's wired. A local debugging tool for developers, not an agent surface.
univeros/test-reporter
0 Downloads
AI-native PHPUnit reporter: structured JSON output mapped to the production source under test.
univeros/suggest
0 Downloads
bin/altair suggest — walks the introspection surface and proposes refactors: dead bindings, fat constructors, dead events, routes without specs, orphan middleware. Deterministic JSON for agents and CI.
univeros/structure
206 Downloads
Typed data structures — Map, Set, Vector, Deque, Queue, Stack, PriorityQueue — inspired by ext-ds, in pure PHP with no C extension.
univeros/session
205 Downloads
Server-side session storage with pluggable handlers for the filesystem, MongoDB, PDO databases (MySQL/PostgreSQL/SQLite), and Redis.
univeros/security
205 Downloads
Cryptographic primitives for key derivation (HKDF, PBKDF2), symmetric encryption, and timing-safe MAC verification.
univeros/scaffold
1 Downloads
Spec-to-API code generator: YAML spec in, Action/Input/Responder + OpenAPI + tests out.
univeros/sanitation
0 Downloads
Composable input sanitation that transforms untrusted input into a safe, canonical form before it reaches your domain logic.
univeros/profiling
0 Downloads
bin/altair profile — framework-native sampling profiler. Answers "where does my code spend time?" via excimer (or xdebug) sampling, builds a weighted call tree + hotspot table + flamegraph SVG, and diffs two profiles to flag regressions. Deterministic JSON for agents and CI.
univeros/persistence
205 Downloads
Thin Repository + UnitOfWork contract over Cycle ORM v2, wired through Altair's Container.