Libraries tagged by low-overhead
citomni/kernel
32 Downloads
Ultra-lean application kernel for CitOmni-based apps. PHP, PSR-4, deterministic boot, zero runtime magic.
citomni/vectorembedding
0 Downloads
Lean vector embedding provider package for CitOmni: Unified embedding request/response format, provider adapters, and reuse of the existing Curl infrastructure service.
citomni/provider-skeleton
3 Downloads
Template provider for CitOmni apps: Boot constants (MAP/CFG), example route/controller, service, command, and model. Ultra-lean, deterministic, PHP
citomni/jobrunner
0 Downloads
Small DB-backed job runner for CitOmni: HTTP/UI-started long-running jobs executed by CLI workers with status, steps, logs, heartbeat, and results.
citomni/installer
1 Downloads
Deterministic scaffold materializer and lifecycle tool for CitOmni applications.
citomni/infrastructure
0 Downloads
Lean, cross-mode infrastructure for CitOmni apps: DB, logging, text/i18n, mail, cURL, brute-force protection, and optional contact routes.
citomni/helloai
0 Downloads
Lean chatbot API integration package for CitOmni: Unified chat request/response format, provider adapters, DB-backed cache, and reuse of the existing Curl infrastructure service.
venndev/vosaka-fourotines
24 Downloads
Structured async programming for PHP using Fibers, inspired by Kotlin Coroutines. Features AsyncIO (non-blocking streams), ForkProcess (low-overhead child processes), Flow/SharedFlow/StateFlow with backpressure, Channels, Mutex, and cooperative scheduling. Can integrate with VOsaka.
mnavarrocarter/sqlx
0 Downloads
Simple, low-overhead relational database toolkit for modern PHP applications
jabarihunt/mysql
89 Downloads
A simple class that handles MySQL database instances with support for both TCP and Socket connections. I created this class as a standard way to interact with MySQL databases from within other projects with very low overhead. I will personally use it as a dependency in those projects, but it's perfectly capable of being used as a standalone handler.