Libraries tagged by array casts
zakirullin/mess
24738 Downloads
Convenient array-related routine & better type casting
aveiv/mixed-value
75602 Downloads
MixedValue provides easy array access and the ability to convert/cast values
inspirum/xml
11321 Downloads
Simple XML writer and memory efficient XML reader with powerful xml-to-array cast
ghanuz/relations
4608 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
wplake/typed
604 Downloads
Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.
eboreum/caster
4485 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.
zakirullin/typed-accessor
5 Downloads
Convenient array-related routine & better type casting
spaf/simputils
5954 Downloads
Simple minimal but useful set of utils (properties, strings, datetimes, etc.)
lgouttefange/beavor
14140 Downloads
Lightweight library to cast array/std classes (generally as a result fo an api response) to a DTO class
coder-at-heart/object-models
2017 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects
cerbero/transformer
543 Downloads
Transform, manipulate, cast and map objects and arrays.
stahiralijan/request-caster
73 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
danbettles/morf
622 Downloads
Morf was designed to filter request-parameters *en masse* but it is also useful in many other situations. A Morf *Filter* is created from an array of definitions that describes each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.
siestacat/php-array-cast
137 Downloads
Force cast one dimension array
mr-feek/eloquent-null-casts
2 Downloads
Model attributes that are null will be cast if they are listed in the casts array. Unlike default Eloquent.