Libraries tagged by trait
magros/laravel-model-encryption
47254 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
hayderhatem/filament-excel-import
1266 Downloads
Filament Excel import trait for Laravel
erickskrauch/yii2-rbac-migration
21973 Downloads
Trait for Yii2, that adds to the migrations methods for managing RBAC
drunomics/service-utils
142382 Downloads
Provides setter injection traits in order to ease dependency injection of services.
dlimars/laravel-searchable
77859 Downloads
A Simple trait search for Laravel Models
danog/class-finder
73204 Downloads
Fork of haydenpierce/class-finder with support for traits, interfaces and functions
damirka/yii2-jwt
81885 Downloads
Trait for easier JWT integration
cviebrock/eloquent-typecast
63075 Downloads
Trait for Eloquent models to force type-casting on retrieved values
byjg/singleton-pattern
51330 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
aura/dispatcher
88894 Downloads
Creates objects from a factory and invokes methods using named parameters; also provides a trait for invoking closures and object methods with named parameters.
othyn/php-enum-enhancements
23606 Downloads
Adds some helpful enum traits to the glorious new PHP Enum type.
jamesmills/eloquent-uuid
43458 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models
iatstuti/laravel-nullable-fields
154095 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
timwassenburg/laravel-trait-generator
2843 Downloads
Generate Laravel Traits
stevie-mayhew/trait-loader
63613 Downloads
Adds trait autoloading support to SilverStripe