net-code/laravel-domain
DDD tactical building blocks (aggregate root, value objects, domain events, typed UUID identifiers, business-rule specification) with optional Laravel integration.
时间:2026-07-10 17:10
milpa/command
The Command-as-atom core: the surface-agnostic Operation value object plus the CommandProvider and SurfaceProjector contracts. One operation, N surfaces.
时间:2026-07-10 02:27
genai/web
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
时间:2026-07-10 01:37
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/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/rate-limit
Fixed-window rate limiting. A RateLimiter over a pluggable store (file-backed by default), plus a RateLimitInterceptor that returns 429 when an IP exceeds the limit on a path (brute-force / flood protection). PHP 5.3-safe.
时间:2026-07-10 01:32
waffle-commons/async
Fiber-based finish-request deferred task runner for Waffle Commons: short post-response work lifted out of the user-perceived latency path, under a bounded per-request budget.
时间:2026-07-08 16:13
elavora/api-datatype-file-path
DataType de caminho de arquivo para aplicacoes Elavora API.
时间:2026-07-08 01:57
elavora/api-datatype-folder-path
DataType de caminho de pasta para aplicacoes Elavora API.
时间:2026-07-08 01:55
larapkgs/validation
A fluent, object-oriented validation builder for Laravel.
时间:2026-07-06 15:11
vaersaagod/hetzner-object-storage
Hetzner Object Storage filesystem for Craft CMS
时间:2026-07-05 18:58
quioteframework/propulsion
Propulsion is an object-relational mapping (ORM) for PHP, forked from Propel 1.
时间:2026-07-05 12:32
quioteframework/telemetry-dashboard
TUI dashboard + minimal OTLP/HTTP receiver for Quiote (`telemetry:dashboard` console command). A standalone process, not part of the request path.
时间:2026-07-04 21:46
innis/coding-standards
PHPStan rules that enforce the Innis coding conventions: clean-architecture layering, banned traits, interface/collection/exception placement, value-object immutability, and naming smells.
时间:2026-07-03 06:45
wpelevator/run-parallel
Run one command per matched path, optionally in parallel.
时间:2026-07-02 09:12