capell-app/html-cache
Full-page static HTML cache for Capell with dependency-indexed invalidation, scheduled stale-regeneration, and public-output safety guarantees.
时间:2026-07-11 19:09
zaber-dev/laravel-quota
Application-level quota management for Laravel with calendar periods, multiple storage backends, and expressive APIs.
时间:2026-07-11 15:21
maildeno/maildeno
Official Maildeno PHP SDK — fetch, cache, and render email templates with the bundled native maildeno-engine executable. Zero-config: works out of the box.
时间:2026-07-11 11:35
vatvit/freshen-laravel
Laravel bridge for Freshen — drop-in stale-while-revalidate cache with stampede prevention.
时间:2026-07-11 09:46
vatvit/freshen-symfony
Symfony bundle for Freshen — drop-in stale-while-revalidate cache with stampede prevention.
时间:2026-07-11 09:46
vatvit/freshen-php
Stale-while-revalidate cache with stampede prevention (single-flight recompute + jittered TTLs).
时间:2026-07-11 09:25
greenflags/greenflags-php
PHP SDK for GreenFlags feature flags: cached snapshot reads, geofence evaluation. Zero dependencies, billing-safe for PHP-FPM via pluggable snapshot cache.
时间:2026-07-11 05:56
henzeb/laravel-pennant-cache
A Pennant driver built on Laravel's Cache
时间:2026-07-10 20:38
zaber-dev/laravel-lock
Application-level distributed locking for Laravel with Eloquent integration, middleware, automatic owner detection, and cache/database storage.
时间:2026-07-10 18:52
ntm-dev/laravel-monitor
Local-first application monitoring for Laravel — Nightwatch-style insights (requests, queries, jobs, exceptions, cache, mail, ...) on a self-hosted Livewire dashboard like Pulse.
时间:2026-07-10 10:56
gsebastiao/laravel-dynamic-menu
Menus dinâmicos e hierárquicos (N níveis) para Laravel, com controlo de permissões flexível (none | string | id) e cache. 100% independente de qualquer pacote de permissões.
时间:2026-07-10 09:55
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/session
Session component with pluggable storage: native files (default), a project file dir (cache/session), or a database (PDO). A small Session API over native PHP sessions; a SessionStore save-handler decides where the data lives. Driver chosen from the [session] config group. PHP 5.3-safe runtime.
时间:2026-07-10 01:33
genai/openapi
Generates an OpenAPI 3 document at build time from your #[RestController] routes, request-body Forms/DTOs and validation constraints — baked into a reflection-free Cache\OpenApi — and ships a controller that serves /openapi.json and a Swagger UI page at /docs. PHP 5.3-safe at runtime.
时间:2026-07-10 01:30