Libraries tagged by build process
genai/dto
114 Downloads
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.
dnunez24/platformsh-deploy-php
6 Downloads
Library to create build and deployment processes for PHP applications hosted on Platform.sh
opportus/extended-framework-bundle
8 Downloads
This bundle extends the Symfony framework by providing features genericizing homogeneously common development processes in order to build faster solidly architectured Symfony applications.
genai/web
166 Downloads
Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes/processors are PHP 8 build-time.
genai/di
161 Downloads
Popular DI attributes (#[Service], #[Repository], #[Configuration], #[Bean], #[Value]) and their processor, targeting GenAI\Container. Build-time (PHP 8).
simp/video-php
8 Downloads
This package uses static build ffmpeg under GNU licence to process videos in linux php installation
matheushasm/swoole-micro
0 Downloads
Lightweight toolkit to build PHP microservices and workers using Swoole processes + coroutines.
mhasnainjafri/restapikit
68 Downloads
Unlock the full potential of your REST API development with RestApiKit. This powerful toolkit offers a variety of utilities to simplify the process of creating, testing, and managing REST APIs. From automatic documentation generation to built-in validation, RestApiKit provides a seamless workflow for developers looking to build reliable and scalable APIs with ease. Focus more on the logic, and let RestApiKit handle the heavy lifting.
genai/boot
169 Downloads
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.
djinson/laravel-mcp
0 Downloads
The ultimate Laravel integration for Model-Centric Processing (MCP). Seamlessly connect Azure OpenAI, OpenAI, and Google Gemini to build powerful AI agents with tool use, conversation orchestration, and robust error handling.
clue/buzz-react
2557624 Downloads
Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP
clue/reactphp-eventsource
22025 Downloads
Instant real-time updates. Lightweight EventSource client receiving live messages via HTML5 Server-Sent Events (SSE). Fast stream processing built on top of ReactPHP's event-driven architecture.
clue/reactphp-sqlite
47075 Downloads
Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (ext-sqlite3), built on top of ReactPHP.
clue/reactphp-flux
132224 Downloads
Flux, the lightweight stream processor to concurrently do many (but not too many) things at once, built on top of ReactPHP.
riki137/stream-ipc
7523 Downloads
Inter-Process Communication (IPC) over streams, pipes, and stdio with built-in request-response correlation, message framing, and serialization.