zhang-mason/laravel-captcha-kit
Unified captcha verification for Laravel — Google reCAPTCHA v2/v3, hCaptcha, and Cloudflare Turnstile behind one Manager-based API.
时间:2026-07-10 06:12
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/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/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
genai/boot
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.
时间:2026-07-10 01:09
alengo/sulu-bunny-cdn-bundle
bunny.net CDN integration for Sulu/Symfony: tag-based edge cache invalidation (CDN-Tag header + wildcard purge) wired into FOS HttpCache.
时间:2026-07-09 21:02
milpa/data
Runtime-native persistence primitive for the Milpa PHP framework: a plain-entity + repository contract, with file-JSON, SQLite and MySQL document-store, and in-memory backends behind a common RepositoryInterface — zero ORM, zero migrations.
时间:2026-07-09 19:23
tereta/storage
Tereta/Storage is a package for working with file resources.You work with them the same way regardless of where the storage is located. The `local` and `sftp` drivers are supported out of the box.
时间:2026-07-09 18:00
zaber-dev/laravel-cooldown
Driver-based cooldown management for Laravel with cache and database drivers, Eloquent integration, middleware, and a fluent API.
时间:2026-07-09 17:49
lukman-ss/intisari-api
Lightweight RESTful API starter based on IntisariPHP
时间:2026-07-09 14:03
glitchr/base-bundle-admin
Administration backoffice for base-bundle: dynamic CRUD, dashboard, menus and field-based form generation
时间:2026-07-09 12:43
agrekom/aitoc-advanced-permissions-module
Advanced Permissions based on Aitoc module
时间:2026-07-09 10:57
jdz/cspmaker
Build Content Security Policy (CSP) header strings from a fluent builder, a config array/file, or reusable third-party integration recipes
时间:2026-07-09 10:10
core45/laravel-cookieconsent
Laravel wrapper for orestbida/cookieconsent: PHP-first config, lang-file i18n, server-side consent reads, script gating, iframemanager, and a database consent audit trail.
时间:2026-07-09 09:52
milpa/event-store
Append-only event-log primitive for the Milpa PHP framework: durable JSONL file store and in-memory store behind a common EventStoreInterface — per-stream replay and store-wide monotonic sequencing.
时间:2026-07-09 03:55