Libraries tagged by trait
yadakhov/insert-on-duplicate-key
2762382 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
wildside/userstamps
1305969 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
723893 Downloads
A trait that allows you to clone readonly properties in PHP 8.1
nanigans/single-table-inheritance
2048800 Downloads
Single Table Inheritance Trait
league/construct-finder
2338848 Downloads
Finds classes, interfaces, traits, and enums.
cakephp/datasource
20318664 Downloads
Provides connection managing and traits for Entities and Queries that can be reused for different datastores
cache/hierarchical-cache
14465321 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
bkwld/cloner
1624093 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
ergebnis/test-util
1486131 Downloads
Provides a helper trait and generic data providers for tests.
rtconner/laravel-likeable
354019 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
atk4/core
2113391 Downloads
Agile Core - collection of PHP Traits for designing object-oriented frameworks
rinvex/laravel-support
777621 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
202778 Downloads
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
theanik/laravel-more-command
279148 Downloads
Create a Repository and Service class and trait using Artisan CLI
seec/phpunit-consecutive-params
395264 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit