Libraries tagged by processout

pixielity/stub-generator

0 Favers
557 Downloads

A powerful, fluent stub template processor for PHP with support for placeholders and optional sections

Go to Download


monkeyscloud/monkeyslegion-logger

1 Favers
2085 Downloads

High-performance, zero-dependency PSR-3 logger for MonkeysLegion with structured logging, handlers, processors, and PHP 8.4 features.

Go to Download


mnvx/eloquent-print-form

29 Favers
612 Downloads

Print form processor for Eloquent

Go to Download


ml/hydra-bundle

61 Favers
1031 Downloads

JSON-LD Processor for PHP

Go to Download


malc0mn/haproxy-config-builder

10 Favers
706 Downloads

HAProxy config file builder and processor.

Go to Download


macbre/monolog-utils

0 Favers
13231 Downloads

Additional formatters and processors for Monolog

Go to Download


laravel-enso/monitored-emails

0 Favers
649 Downloads

Email monitor and processor for Laravel Enso

Go to Download


iamntz/handlebars.php

2 Favers
4607 Downloads

Handlebars processor for php

Go to Download


iainconnor/cornucopia

0 Favers
407 Downloads

Expanded Annotation processor.

Go to Download


guest-one/php-tar-streamer

0 Favers
1063 Downloads

TarStreamer — stream-based tar processor

Go to Download


genai/web

0 Favers
114 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.

Go to Download


genai/validation

0 Favers
94 Downloads

Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.

Go to Download


genai/trace

0 Favers
111 Downloads

Request correlation IDs for centralized logging. A TraceInterceptor reads X-Request-Id (or generates one), exposes it via a TraceContext bean + a global trace_id(), echoes it on the response, and a Monolog processor stamps it on every log line. PHP 5.3-safe at runtime.

Go to Download


genai/sql-mapper

0 Favers
110 Downloads

MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.

Go to Download


genai/dto

0 Favers
93 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.

Go to Download


<< Previous Next >>