Libraries tagged by laravel accessors
korridor/laravel-computed-attributes
54809 Downloads
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
event4u/data-helpers
32847 Downloads
Framework-agnostic PHP library for data mapping, DTOs and utilities. Includes DataMapper, SimpleDto/LiteDto, DataAccessor/Mutator/Filter and helper classes (MathHelper, EnvHelper, etc.). Works with Laravel, Symfony/Doctrine or standalone PHP.
astrotomic/laravel-cachable-attributes
40637 Downloads
Allows to cache attribute accessor values in an easy way.
awobaz/eloquent-mutators
23355 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
free2one/laravel-php-accessor
5768 Downloads
PHP Accessor SDK for Laravel framework
kanagama/laravel-add-formrequest-accessor
6125 Downloads
Laravel の FormRequest に accessor 機能を付与する
schulzefelix/laravel-data-transfer-object
44548 Downloads
Data Transfer Objects with Attribute Casting and Date Mutators.
adrolli/eloquent-mutators
8522 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
laravel-enso/dynamic-methods
42005 Downloads
Dynamic methods, relations or accessors for models
lookfeel/laravel-eloquent-append-automate
6080 Downloads
根据 appends 配置的关联字段映射关系,自动维护需要的 appends。
softcomtecnologia/custom-accessor-and-mutator
6198 Downloads
to set attributes laravel model (accessors and mutators) without creating methods
laranail/db-tools
112 Downloads
Independent Laravel database utilities — model traits (UUID/NanoID/ULID, audit log, soft-deletes-with-undo, soft-archive, JSON accessors), casts (money, datetime), schema macros & field groups, backup/restore, a database CLI command, connection & table inspection, a session read-model, and cursor + offset pagination.
gsferro/powermodel
1057 Downloads
Forma elegante e eficiente de formatar campos de data, hora e afins ao exibir, colocando somente um sufixo no nome original do atributo sem precisar declarar Accessors e/ou Mutators dentro da model
giordanolima/decimal-mutators
1089 Downloads
Add a short way to create accessors and mutators for decimal fields
fezz/money-magic
618 Downloads
Generate consistent Brick\Money accessors for Eloquent "money" fields stored as minor units (ints). Define money mappings once, avoid floats, keep currency handling centralized, and optionally scaffold mappings via Artisan for clean, type-safe monetary domain code.