Libraries tagged by package attribute
rulr/laravel-authored
1934 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
mindtwo/laravel-translatable
35 Downloads
This package is a Laravel extension for easy translation of model attributes, enabling seamless multi-language support in your application.
malyusha/path-history
1594 Downloads
Laravel package that allows you to create nested/human-readable paths(urls) for your eloquent models from attributes.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.
pbaszak/symfony-messenger-cache-bundle
111 Downloads
Messenger Cache Bundle is a package for the Symfony Messenger component that enables creating, invalidating, and refreshing cache using attributes. This allows for faster and more efficient processing of asynchronous tasks.
osmphp/admin
28 Downloads
A package for defining data structures using PHP 8 classes and attributes, and getting fully functioning Admin Panel and API.
pwrdk/laravel-custom-attributes
639 Downloads
Custom Attributes Package for Eloquent Models
jfm/simple-mvc-route-attributes-package
6 Downloads
A little package for the pedagogical PHP MVC framework owned by Wild Code School. Used for educational purpose only
cartalyst/attributes
0 Downloads
Cartalyst's Attributes package allows you to attach attributes to objects, it utilizes the Entity-Attribute-Value Model to assign values to objects.
juliomotol/laravel-channel-attributes
7 Downloads
This is my package laravel-channel-attributes
fond-of-oryx/carts-rest-api-attributes-connector
640 Downloads
Carts Rest Api Attributes Connector Package
cfx/laravel-nested-attributes
2 Downloads
This is my package laravel-nested-attributes
heddiyoussouf/sequential-attribute-guard
915 Downloads
A Laravel package that ensures model attribute values follow a specified sequential order during creation or updates.
netmex/laravel-attributes
0 Downloads
A Laravel package to define routes using attributes.
diyorbek/laravel-attribute-routes
4 Downloads
Laravel attribute-based route registrar package