Libraries tagged by trakt
kkszymanowski/traitor
3859626 Downloads
Add a trait use statement to existing PHP class
cybercog/laravel-ban
489680 Downloads
Laravel Ban simplify blocking and banning Eloquent models.
yadakhov/insert-on-duplicate-key
2592565 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
wildside/userstamps
1098743 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
349096 Downloads
A trait that allows you to clone readonly properties in PHP 8.1
rtconner/laravel-tagging
2349905 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
nanigans/single-table-inheritance
1736590 Downloads
Single Table Inheritance Trait
cakephp/datasource
17240684 Downloads
Provides connection managing and traits for Entities and Queries that can be reused for different datastores
cache/hierarchical-cache
13129057 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
bkwld/cloner
1332415 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
rtconner/laravel-likeable
333469 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
ergebnis/classy
1610748 Downloads
Provides a finder for classy constructs (classes, enums, interfaces, and traits).
cybercog/laravel-love
230783 Downloads
Make Laravel Eloquent models reactable with any type of emotions in a minutes!
atk4/core
1896937 Downloads
Agile Core - collection of PHP Traits for designing object-oriented frameworks
rinvex/laravel-support
689328 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.