Libraries tagged by cast object
jessarcher/laravel-castable-data-transfer-object
659230 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
morrislaptop/laravel-popo-caster
442852 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
redcrystal/cast
22596 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
tailflow/castable-dto
29099 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
wplake/typed
585 Downloads
Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.
simplon/helper
97793 Downloads
Helpers for recurring requirements
mohammedmanssour/file-cast
190 Downloads
Easily manage uploaded files in your Laravel app, with automatic path saving and handy value objects for effortless access.
spaf/simputils
5867 Downloads
Simple minimal but useful set of utils (properties, strings, datetimes, etc.)
dhii/stringable-interface
48595 Downloads
Interoperability interface for objects that can be cast to string
eboreum/caster
4137 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
yonchando/laravel-cast-attributes
71 Downloads
Laravel model cast json columns to class object
coder-at-heart/object-models
2014 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects
think.studio/laravel-json-field-cast
117 Downloads
Cast json field to custom object.
slruslan/laravel-eloquent-custom-casts
159 Downloads
Provides Laravel Eloquent trait to enable custom class object casting.
cerbero/transformer
543 Downloads
Transform, manipulate, cast and map objects and arrays.