drupal/varbase_news_base
A recipe to provide a news post content type and listing page for Varbase. Build on top of the Varbase Content Base recipe with news-specific features.
时间:2026-07-14 13:20
unnathianalytics/laragrid
Excel-style, keyboard-first datagrid for Laravel + Livewire — display, server-side readonly, and editable grids, fully configured from the component class with zero blade wiring and zero consumer build tooling.
时间:2026-07-14 09:53
fostercommerce/product-feeds
Build auto-updating product feeds for shopping and social platforms from Craft Commerce variants or Craft entries.
时间:2026-07-13 19:35
akazie/pay-nexopos
Akazie fork of NexoPOS (blair2004/nexopos) with akazie-pay card terminal integration. The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.
时间:2026-07-13 15:35
penovaio/core
The shared foundation for modular Laravel products. Keep the Core small, share what every product needs, and build everything else as modules.
时间:2026-07-12 10:36
melazhari/sulu-builder-bundle
Sulu Builder - manage and build Sulu XML templates from a native Sulu Administration view.
时间:2026-07-11 21:07
begenius/laravel-ussd
A Laravel package to build scalable USSD applications and workflows.
时间:2026-07-10 14:50
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/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
genai/messaging
Provider-agnostic messaging front (the third twin of genai/web and genai/console): the Producer/Consumer/MessageEvent contracts, a #[MessageHandler] attribute, a build-time MessageHandlerProcessor that compiles consumers.php, and a PHP 5.3-safe Worker runner that dispatches to handler beans. Ships N
时间:2026-07-10 01:29
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
genai/console
CLI layer (the twin of genai/web): a #[Command] attribute, a build-time CommandProcessor that compiles commands.php, and a PHP 5.3-safe Console runner that maps $argv to a command bean. Shares the same compiled container as the web front.
时间:2026-07-10 01:14