Libraries tagged by trait
yadakhov/insert-on-duplicate-key
2826370 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
wildside/userstamps
1413886 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
spatie/php-cloneable
928275 Downloads
A trait that allows you to clone readonly properties in PHP 8.1
nanigans/single-table-inheritance
2209729 Downloads
Single Table Inheritance Trait
league/construct-finder
2824590 Downloads
Finds classes, interfaces, traits, and enums.
cakephp/datasource
21712761 Downloads
Provides connection managing and traits for Entities and Queries that can be reused for different datastores
cache/hierarchical-cache
15065517 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
bkwld/cloner
1784687 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
rtconner/laravel-likeable
367766 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
ergebnis/classy
2443029 Downloads
Provides a finder for classy constructs (classes, enums, interfaces, and traits).
atk4/core
2196560 Downloads
Agile Core - collection of PHP Traits for designing object-oriented frameworks
rinvex/laravel-support
822024 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
timacdonald/has-parameters
226602 Downloads
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
theanik/laravel-more-command
311705 Downloads
Create a Repository and Service class and trait using Artisan CLI
seec/phpunit-consecutive-params
487860 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit