Libraries tagged by attrs
asdoria/sylius-configurator-plugin
697 Downloads
Create the Product configurator - Product customization for you shop
ansien/rapid-form-bundle
429 Downloads
A bundle that will help you quickly create forms for your Symfony application
alexinator1/yii2-jta
6399 Downloads
Yii2 extension allows to access attributes of junction table and attach them as child model as properties in many-to-many relation
kilix/php-abac
19276 Downloads
Library used to implement Attribute-Based Access Control in a PHP application
zolex/vom
127233 Downloads
Versatile Object Mapper. Map arbitrary data to strictly typed models using PHP attributes.
what3words/module-what3words
17445 Downloads
Module adding custom shipping attribute for what3words address
weebly/laravel-mutate
50957 Downloads
Mutate Laravel attributes
survos/inspection-bundle
5522 Downloads
Inspects Doctrine entities with APIPlatform attributes
stayallive/laravel-eloquent-uuid
19873 Downloads
Generate UUID for a Laravel Eloquent model attribute.
squirrelphp/validator-cascade
43322 Downloads
Cascade attribute for Symfony Validator, reimplementing the Valid constraint in a more flexible and understandable way
spatie/commonmark-wire-navigate
4640 Downloads
Add a wire:navigate attribute to links rendered in Markdown
snoeren-development/laravel-currency-casting
22000 Downloads
Cast currency attributes, stored as integer, to floats automatically.
sinemacula/laravel-cached-crypt
1995 Downloads
A Laravel package that adds transparent caching to decrypted values for improved performance across encrypted attributes.
sidus/eav-model-bundle
21837 Downloads
Symfony3 & Doctrine implementation of a Entity-Attribute-Value model, easily extendable
shaka/dynamic-update-trait
6391 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.