Popular Packages
-
-
PHP
genai/dto
DTO support: a #[Dto] attribute, a build-time processor that compiles each DTO's getters into a JSON map, and a PHP 5.3-safe Serializer that turns DTOs (and nested/arrays of them) into arrays via that map — no runtime reflection, no toArray(). Standalone: no runtime dependencies.
-
PHP
genai/di
Popular DI attributes (#[Service], #[Repository], #[Configuration], #[Bean], #[Value]) and their processor, targeting GenAI\Container. Build-time (PHP 8).
-
-
PHP
genai/console
CLI layer (the twin of genai/web): a #[Command] attribute, a build-time CommandProcessor that compiles commands.php, and a PHP 5.3-safe Console runner that maps $argv to a command bean. Shares the same compiled container as the web front.
-
PHP
genai/boot
Application kernel with Composer-based package auto-discovery (Laravel style): reads each installed component's extra.genai.processors so the app never hand-lists them, then boots the compiled app into a ready Dispatcher. Build-time uses PHP 8; the Kernel + runtime boot are PHP 5.3-safe.
-
PHP
genai/attribute
Build-time attribute scanner that dispatches custom attributes to your handlers. PHP 8 only; it emits no runtime code itself — your handlers feed the PHP 5.3-safe *Register dumpers.
-
PHP
meghdadfadaee/nova-form-card
Submit-capable Laravel Nova 5 cards built with standard Nova fields.
-
PHP
mariolucasdev/ci3-ai
Pacote de IA para CodeIgniter 3.x: agentes, tools e MCP com OpenAI, Gemini e DeepSeek (PHP 7.2+)
-
edudevinfo/libfinder
Maps which projects are using a library
-
-
-
-
JavaScript
wapplersystems/herobuilder
Graphical per-breakpoint hero composition builder (drag & drop FAL layers, carousel of collages) for TYPO3.
-
PHP
hstanleycrow/easyphpformvalidator
Lightweight PHP library for validating form input with a fluent, Laravel-like rule syntax.