Libraries tagged by univeros
univeros/framework
85 Downloads
The Univeros Framework.
univeros/polaris
76 Downloads
Authentication, MFA/OTP, and user & organization management for Univeros apps.
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/persistence
205 Downloads
Thin Repository + UnitOfWork contract over Cycle ORM v2, wired through Altair's Container.
univeros/observability
46 Downloads
bin/altair observability:* — framework-native runtime observability. OpenTelemetry-compatible spans + metrics emitted natively (OTLP-JSON over HTTP, no SDK dependency), a PSR-15 middleware for per-request tracing, and a JSONL log under .altair/observability/ for local inspection and after-the-fact analysis.
univeros/module
205 Downloads
Pluggable extension modules for Univeros: a module self-registers its routes, Cycle entities, and migrations into a host app via one container tag.
univeros/http
205 Downloads
PSR-15 HTTP foundation with the Action/Domain/Input/Responder lifecycle, FastRoute routing, content negotiation, and JWT authentication.
univeros/filesystem
205 Downloads
Flysystem v3 wrapper offering one swap-friendly API for local, S3, SFTP, FTP, and Dropbox storage, wired to the Altair container.
univeros/data
205 Downloads
Trait-composed, immutable-by-default data objects with JSON serialization, Serializable support, and Carbon-powered date mutators.
univeros/container
206 Downloads
Reflection-backed PSR-11 dependency-injection container with auto-wiring, contextual bindings, tagged services, decorators, and child scopes.
univeros/configuration
206 Downloads
Composable, container-aware configuration: loads .env via phpdotenv 5 and wires dependency bindings through a unified interface.
univeros/cli
206 Downloads
Attribute-driven CLI built on top of Symfony Console.
univeros/cache
205 Downloads
PSR-6 and PSR-16 caching with pluggable storage backends for filesystem, Redis, Predis, and Memcached.