Libraries tagged by trakt
beitsafe/laravel-uuid-auditing
11275 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
behzadsp/eloquent-dynamic-photos
43 Downloads
A Laravel Eloquent trait for dynamically handling and managing photo storage with ease.
awstudio/doctrine-behaviors
12254 Downloads
Doctrine2 behavior traits
arandu/reducible
131 Downloads
Reducible pattern as a trait
ansas/propel-helper
373 Downloads
Propel helper - helper classes (traits) for Propel2 ORM
anik/php-enum-enhancements
135 Downloads
Trait for PHP Enum type
ahmedalmory/joda-resources
940 Downloads
a trait that generates resources methods for controller
actengage/sluggable
1027 Downloads
A simple trait to ensure Laravel models have slugs.
velitsol/userstamps
1190 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
tuupola/witchcraft
15193 Downloads
Opionated magic methods as traits
spatie/laravel-or-abort
3945 Downloads
A trait to add OrAbort functions to a class
rweber7912/timezoned
4926 Downloads
Laravel trait for converting Eloquent model timestamps according to timezones
psr/cache-util
578 Downloads
Useful utility classes and traits for implementing the PSR cache standard
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.
knplabs/controller-behaviors
729 Downloads
Trait based Symfony2 controllers