genai/view
Minimal PHP template renderer producing HTML strings, compatible with PHP 5.3.29
时间:2026-07-10 01:36
genai/validation
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. P
时间:2026-07-10 01:35
genai/trace
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.
时间:2026-07-10 01:34
genai/sql-mapper
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\<Name> implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a
时间:2026-07-10 01:34
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.
时间:2026-07-10 01:26
genai/di
Popular DI attributes (#[Service], #[Repository], #[Configuration], #[Bean], #[Value]) and their processor, targeting GenAI\Container. Build-time (PHP 8).
时间:2026-07-10 01:25
markup-carve/symfony-carve
Symfony bundle to render Carve markup to HTML via carve-php.
时间:2026-07-09 09:57
milpa/live-web
HTTP/HTML transport layer for Milpa Live: CSRF/HMAC/nonce security, the signed XHTML state-transfer codec, the wire-protocol LiveEndpoint controller, and the HTML/Alpine/Latte-subset renderers for the Milpa PHP framework.
时间:2026-07-08 21:24
vismutx/laravelcollective-html
HTML and Form Builders for the Laravel Framework extends from Laravel Collective
时间:2026-07-06 15:32
nowo-tech/password-strength-bundle
Symfony PasswordType extension with configurable strength policies, live feedback, HTML pattern, and validator.
时间:2026-07-03 10:48
xberg-io/html-to-markdown
High-performance HTML to Markdown converter
时间:2026-07-02 18:32
web-vision/a11y-by-default
Accessibility checker backend module for TYPO3 using axe-core and HTML CodeSniffer
时间:2026-07-02 14:04
laulamanapps/document-signer-sdk
Provider-agnostic e-signature SDK for PHP: build envelopes from HTML templates with {[type:signer:name]} placeholders, render them to PDF, and send them through any SignatureProvider implementation (ValidSign, DocuSign, or your own).
时间:2026-06-30 13:31
mailwritter/mailwritter
Libreria orientada a objetos en PHP 8 para construir emails HTML robustos y compatibles con clientes de correo estrictos.
时间:2026-06-28 04:49