Libraries tagged by trait
friendsofcake/cakephp-test-utilities
68558 Downloads
Package with support traits to ease unit testing.
flyhjaelp/laravel-eloquent-orderable
3424 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
erickskrauch/yii2-rbac-migration
19051 Downloads
Trait for Yii2, that adds to the migrations methods for managing RBAC
drunomics/service-utils
135184 Downloads
Provides setter injection traits in order to ease dependency injection of services.
dlimars/laravel-searchable
72079 Downloads
A Simple trait search for Laravel Models
danog/class-finder
68050 Downloads
Fork of haydenpierce/class-finder with support for traits, interfaces and functions
damirka/yii2-jwt
81186 Downloads
Trait for easier JWT integration
cviebrock/eloquent-typecast
62124 Downloads
Trait for Eloquent models to force type-casting on retrieved values
byjg/singleton-pattern
49870 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
bluepsyduck/test-helper
34863 Downloads
Some traits helping with testing using PHPUnit.
othyn/php-enum-enhancements
23170 Downloads
Adds some helpful enum traits to the glorious new PHP Enum type.
iatstuti/laravel-nullable-fields
153925 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
timwassenburg/laravel-trait-generator
2617 Downloads
Generate Laravel Traits
stevie-mayhew/trait-loader
63146 Downloads
Adds trait autoloading support to SilverStripe
org_heigl/trait-iterator
5176 Downloads
A Trait for the iterator-interface