Libraries tagged by traits
keboola/phpunit-retry-annotations
39824 Downloads
Traits for retrying test methods and classes in PHPUnit
kdyby/doctrine-magic-accessors
73805 Downloads
Fast-prototyping magic accessors trait for Doctrine entities
jjclane/laravel-sqlite-migrations
16037 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
ivbalam/pr-logger
17379 Downloads
AWS CloudWatchLogger and Xray Trait
hamzaejaz/laravel-searchable-scope
2317 Downloads
A Laravel trait to add dynamic search to models
gregoryduckworth/encryptable
51945 Downloads
A simple trait to make attributes encrypted in the database
gearbox-solutions/has-one-file
377 Downloads
Adds HasOneFile trait for easy file management for Laravel models
frozzare/wp-autoload
17689 Downloads
Simple autoloader that will autoload classes or traits with namespace prefix
frozensheep/synthesize
121292 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
flyhjaelp/laravel-eloquent-orderable
4156 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
erikaraujo/filament-enum-attributes
18926 Downloads
Traits for Enums to allow for using Attributes instead of get methods for Filament enums
dilovanmatini/laravel-enumable
1679 Downloads
The Laravel Enumable trait provides a set of utility methods to enhance PHP enums. It includes methods for manipulating enum cases, retrieving labels, and converting enums to various formats.
devco/event-emitter
109572 Downloads
Port of NodeJSs EventEmitter to PHP 5.4 using traits
defstudio/enum-features
1886 Downloads
A simple trait to enable a feature system using Enums and Laravel Pennant
decodelabs/enumerable
9664 Downloads
Helper traits for enums