Libraries tagged by laravel casting
konekt/enum-eloquent
1525354 Downloads
Enum attribute casting for Eloquent models
henzeb/enumhancer
192764 Downloads
Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums
waad/laravel-model-metadata
498 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
esensi/model
65708 Downloads
The base model traits of Esensi
cviebrock/eloquent-typecast
61680 Downloads
Trait for Eloquent models to force type-casting on retrieved values
snoeren-development/laravel-currency-casting
21319 Downloads
Cast currency attributes, stored as integer, to floats automatically.
yorcreative/laravel-argonaut-dto
61 Downloads
Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and clean architecture workflows.
schulzefelix/laravel-data-transfer-object
41731 Downloads
Data Transfer Objects with Attribute Casting and Date Mutators.
sabbir268/laravel-filecaster
78 Downloads
A simple casting class for laravel model to handle file upload and retrieve
proai/laravel-struct
1491 Downloads
A Laravel package for using structs with Laravel including attribute casting.
floor9design/laravel-casts-uuid
5019 Downloads
A class for casting ramsey/uuid into laravel models
mad-web/laravel-enum
136022 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
geekk-net/laravel-enum
1977 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
thettler/laravel-console-toolkit
3827 Downloads
This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.
rennokki/eloquent-settings
4216 Downloads
Eloquent Settings allows you to bind key-value pairs to any Laravel Eloquent model. It supports even casting for boolean, float or integer types.