Libraries tagged by laravel casting
konekt/enum-eloquent
1447050 Downloads
Enum attribute casting for Eloquent models
henzeb/enumhancer
177163 Downloads
Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums
snoeren-development/laravel-currency-casting
20509 Downloads
Cast currency attributes, stored as integer, to floats automatically.
waad/laravel-model-metadata
240 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
cviebrock/eloquent-typecast
60582 Downloads
Trait for Eloquent models to force type-casting on retrieved values
mad-web/laravel-enum
136020 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
3806 Downloads
This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.
schulzefelix/laravel-data-transfer-object
41322 Downloads
Data Transfer Objects with Attribute Casting and Date Mutators.
esensi/model
65602 Downloads
The base model traits of Esensi
proai/laravel-struct
1426 Downloads
A Laravel package for using structs with Laravel including attribute casting.
floor9design/laravel-casts-uuid
4838 Downloads
A class for casting ramsey/uuid into laravel models
mo-masoud/laravel-enum
1998 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
1586 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
omaralalwi/laravel-time-craft
56 Downloads
Laravel Time Craft is a powerful package for handling date and time scopes in your Laravel applications. It provides a set of convenient traits and helper functions to simplify date and time operations.
tailflow/dto
156 Downloads
A simple and lightweight implementation of Data Transfer Objects (DTO) in Laravel with optional casting support.