Libraries tagged by casts
snoeren-development/laravel-currency-casting
17661 Downloads
Cast currency attributes, stored as integer, to floats automatically.
lphilippo/laravel-castable-form-request
17205 Downloads
Laravel/Lumen package to add Eloquent-like casts to Form Requests.
based/laravel-fluent
12731 Downloads
Define model attributes the fluent way. Automatically cast properties to native types.
tailflow/castable-dto
27115 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
sfneal/casts
54308 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
setbased/helper-cast
23708 Downloads
Safely cast mixed values to bool, float, int, or string
redcrystal/cast
22143 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
vicgutt/laravel-auto-model-cast
1452 Downloads
Automatically cast model attributes based on database columns
dgame/php-cast
4253 Downloads
simplon/helper
95197 Downloads
Helpers for recurring requirements
rennokki/eloquent-settings
4167 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.
rawilk/laravel-casters
2142 Downloads
A collection of custom casts for Laravel.
hamlet-framework/type
40579 Downloads
Hamlet Framework / Type
ghanuz/relations
3305 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
coder-at-heart/object-models
1831 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects