Libraries tagged by casters
morrislaptop/laravel-popo-caster
491740 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
rawilk/laravel-casters
4911 Downloads
A collection of custom casts for Laravel.
watson/nameable
7328 Downloads
Format names of users into full, familiar and abbreviated forms
ffi/var-dumper
7507 Downloads
List of symfony/var-dumper casters with FFI support
eboreum/caster
4569 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.
morningtrain/data-transfer-object-casters
2662 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
kwaadpepper/serial-int-caster
693 Downloads
Convert int To as serial number and reverse
ap-lib/caster
35 Downloads
AP\Caster is a high-performance PHP library designed to facilitate flexible and efficient data casting operations. It supports adaptive scalar casting, enum casting, and customizable casting strategies to ensure data integrity and type safety in your applications
stahiralijan/request-caster
74 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.
eboreum/caster-doctrine-entity-formatter
167 Downloads
A caster formatter for Doctrine entities (see doctrine/orm), specifically.
vjik/php-type-caster
4 Downloads
Type casting library
pullphone/caster
1 Downloads
Simple Database Wrapper for Mysqli extension
mellivora/laravel-api-caster
36 Downloads
Convert API response results to Entity entity like Laravel Eloquent.
lia-tec/caster
22 Downloads
Cast types
kouks/laravel-casters
150 Downloads
Provides a convenient way to cast and transform your models for API purposes.