Libraries tagged by declared
uhifadhi/module-contracts
330 Downloads
The contract a uhifadhi module declares itself with — catalogue metadata plus an optional own entry route. Implemented by built-in modules and by installable module bundles alike.
milpa/admin
1526 Downloads
The administration panel of the Milpa PHP framework: an event-driven dashboard composed of Milpa Components, where every installed plugin declares its own section, routes and services — and the panel discovers them without knowing any plugin by name.
leocello/sweet-enum
6559 Downloads
Provides the ability to declare "properties" to enums using PHP Attributes, also to define classes for specific case functionalities and much more.
kbondurant/self-provider-container
20723 Downloads
Declare your definitions from within your service itself
infinityloop-dev/graphpinator-constraint-directives
13349 Downloads
Typesystem directives to declare additional validation on top of GraphQL type system.
happenv-com/laravel-true-modular-health
2098 Downloads
Module-scoped health checks for laravel-true-modular: declare checks per module, aggregate runtime + architecture health via Spatie Laravel Health and module:doctor.
uhifadhi/widget-module
182 Downloads
Widget: the dashboard machinery every module with a surface would otherwise reinvent — a surface registry modules declare into, one person's adopted preset and layout per surface, and the library component that arranges them.
phattarachai/claude-tasks-laravel
70 Downloads
Headless Claude task runner for Laravel — declare a Task class (prompt + JSON schema + context), run it through the Claude Code CLI, get schema-validated JSON back. The model returns data; the app writes the database.
padosoft/laravel-routines-contracts
155 Downloads
Shared contracts for padosoft/laravel-routines — the vocabulary a package needs to declare a routine target, with zero runtime dependencies.
mybizna/automigrator
1384 Downloads
Declare database migrations and factory definitions inside Laravel models.
hydrakit/admin
298 Downloads
A composable admin backend for Hydra apps: declare a module, get routes and htmx screens.
daaarkling/php-add-strict-types-line
377 Downloads
Command-line script for adding `declare(strict_types=1);` line to PHP files
c975l/gallery-bundle
218 Downloads
Symfony bundle providing photo galleries on the c975L core — categories and medias (photos and videos from any platform UiBundle declares), with batch upload, automatic thumb/medium/highres derivatives and a public viewer.
boring-o11y/skystan
29 Downloads
Larastan/PHPStan rules for queued Laravel jobs: ShouldBeUnique jobs must declare uniqueFor and (when parameterized) uniqueId, unique jobs may not be batched or bulk-dispatched, batched jobs must be Batchable and honour cancellation, jobs holding an Eloquent model in a public property must use SerializesModels, and jobs dispatched inside DB::transaction() must use afterCommit.
balping/laravel-blade-function
10578 Downloads
This Laravel 5.1+ package lets you declare functions inside blade templates.