Libraries tagged by casts
eboreum/caster
8478 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.
tailflow/castable-dto
29512 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
sfneal/casts
60305 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
laragrad/eloquent-model-pg-casts
82 Downloads
flytachi/winter-cast
107 Downloads
Winter framework cast component
zakirullin/typed-accessor
6 Downloads
Convenient array-related routine & better type casting
spoorsny/laravel-south-african-id
895 Downloads
Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel.
simplon/helper
101291 Downloads
Helpers for recurring requirements
rennokki/eloquent-settings
4226 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.
oriolsegura/laravel-decimal
14 Downloads
Value Object to handle decimals in Laravel without losing precision and directly from Eloquent models.
ngankt2/laravel-helper
2002 Downloads
A Laravel helper package that includes security utilities, field encryption, data casting, and commonly used helper functions.
fezz/money-magic
618 Downloads
Generate consistent Brick\Money accessors for Eloquent "money" fields stored as minor units (ints). Define money mappings once, avoid floats, keep currency handling centralized, and optionally scaffold mappings via Artisan for clean, type-safe monetary domain code.
cast/scrypt
1824 Downloads
Scrypt, pure PHP based on https://github.com/MPOS/php-mpos/blob/236cccd5d3178e99504bf2665db8bddfed6aa176/include/lib/scrypt.php
tbpixel/xml-streamer
163 Downloads
Stream XML data and cast types to a provided classmap.
ptplugins/filament-number-input
70 Downloads
Locale-aware number input for FilamentPHP v3, v4, and v5. Users see 12.345,67 or 12,345.67 while your database always stores a clean float — no more broken SUM()s or cast errors from localized number strings.