Libraries tagged by cast
cviebrock/eloquent-typecast
62124 Downloads
Trait for Eloquent models to force type-casting on retrieved values
crudly/encrypted
3446 Downloads
Encryption and hashing casts for Eloquent
sfneal/casts
58729 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
setbased/helper-cast
28007 Downloads
Safely cast mixed values to bool, float, int, or string
redcrystal/cast
22623 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
novius/laravel-json-casted
1456 Downloads
A package to cast json fields, each sub-keys is castable
snoeren-development/laravel-currency-casting
21616 Downloads
Cast currency attributes, stored as integer, to floats automatically.
pyrech/castor-example
24103 Downloads
jelix/castor
74444 Downloads
A template engine using a simple syntax
dgame/php-cast
6308 Downloads
calmohallag/nullable-casting
9389 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
wplake/typed
595 Downloads
Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.
simplon/helper
98137 Downloads
Helpers for recurring requirements
qtlenh/laravel-strict-validator
1505 Downloads
Add type constraints and coerce input types during validation
schulzefelix/laravel-data-transfer-object
41785 Downloads
Data Transfer Objects with Attribute Casting and Date Mutators.