Libraries tagged by Laravel Cast
cviebrock/eloquent-typecast
62879 Downloads
Trait for Eloquent models to force type-casting on retrieved values
rawilk/laravel-casters
4979 Downloads
A collection of custom casts for Laravel.
lphilippo/laravel-castable-form-request
21737 Downloads
Laravel/Lumen package to add Eloquent-like casts to Form Requests.
bbprojectnet/laravel-casts
1224 Downloads
Additional casts classes for Laravel.
tailflow/castable-dto
29157 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
snoeren-development/laravel-currency-casting
22271 Downloads
Cast currency attributes, stored as integer, to floats automatically.
novius/laravel-json-casted
2092 Downloads
A package to cast json fields, each sub-keys is castable
redcrystal/cast
22653 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
mad-web/laravel-enum
136028 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
qtlenh/laravel-strict-validator
1931 Downloads
Add type constraints and coerce input types during validation
arthurydalgo/laravel-iso-countries
2295 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
schulzefelix/laravel-data-transfer-object
42097 Downloads
Data Transfer Objects with Attribute Casting and Date Mutators.
inspirum/xml
11377 Downloads
Simple XML writer and memory efficient XML reader with powerful xml-to-array cast
ghanuz/relations
4769 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
crudly/encrypted
3480 Downloads
Encryption and hashing casts for Eloquent