Libraries tagged by traits
yadakhov/insert-on-duplicate-key
3045522 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
spatie/php-cloneable
1459963 Downloads
A trait that allows you to clone readonly properties in PHP 8.1
rtconner/laravel-tagging
3169163 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
nanigans/single-table-inheritance
2674773 Downloads
Single Table Inheritance Trait
cakephp/datasource
26831178 Downloads
Provides connection managing and traits for Entities and Queries that can be reused for different datastores
cache/hierarchical-cache
16724625 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
bkwld/cloner
2361718 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
bezhansalleh/filament-plugin-essentials
1576458 Downloads
A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster
phpunitgoodpractices/traits
322386 Downloads
Highly opinionated PHPUnit good practices enforcer.
rtconner/laravel-likeable
398294 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
ergebnis/classy
3081693 Downloads
Provides collectors for classy constructs (classes, enums, interfaces, and traits).
atk4/core
2454114 Downloads
Agile Core - collection of PHP Traits for designing object-oriented frameworks
rinvex/laravel-support
894563 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
laracraft-tech/laravel-useful-additions
132029 Downloads
A collection of useful Laravel additions!
timacdonald/has-parameters
302242 Downloads
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.