Libraries tagged by support traits
mpdf/psr-log-aware-trait
22817820 Downloads
Trait to allow support of different psr/log versions.
cache/hierarchical-cache
14688688 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
rinvex/laravel-support
790986 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
danog/class-finder
71630 Downloads
Fork of haydenpierce/class-finder with support for traits, interfaces and functions
vanilo/support
93249 Downloads
Common Vanilo functions, traits, helpers
friendsofcake/cakephp-test-utilities
69964 Downloads
Package with support traits to ease unit testing.
laravel-ready/model-support
2116 Downloads
Useful model support traits
stevie-mayhew/trait-loader
63364 Downloads
Adds trait autoloading support to SilverStripe
simonwelsh/trait-loader
956 Downloads
Adds trait autoloading support to SilverStripe
pion/laravel-support-eloquent
5755 Downloads
Package with small support traits and classes for the Laravel Eloquent models
duncan3dc/logger-aware-trait
32447 Downloads
A PSR-3 trait allowing any class to easily add logger support
metrixinfo/eloquent-sortable
6973 Downloads
Sortable Trait for Laravel Eloquent models that supports grouping on multiple keys
zeek/modernity
196 Downloads
Modern PHP support for WordPress. Classes, OOP, PSR-4, Traits, etc.
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.
estgroupe/laravel-taggable
6287 Downloads
Taggable Trait for using tag inside Laravel Eloquent models, with Baum's Nested Set pattern support.