Libraries tagged by caster
morrislaptop/laravel-popo-caster
478370 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
rawilk/laravel-casters
4597 Downloads
A collection of custom casts for Laravel.
watson/nameable
7129 Downloads
Format names of users into full, familiar and abbreviated forms
ffi/var-dumper
7312 Downloads
List of symfony/var-dumper casters with FFI support
eboreum/caster
4481 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
2658 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
casterke/simplepay-laravel
1210 Downloads
OTP SimplePay integration for Laravel applications.
ap-lib/caster
30 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
vjik/simple-type-caster
244 Downloads
Simple library for value type casting
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.
merry-goblin/casterlith
132 Downloads
Casterlith ORM for PHP >= 5.3 Based on Doctrine/DBAL (composer version)
kwaadpepper/serial-int-caster
663 Downloads
Convert int To as serial number and reverse
eboreum/caster-doctrine-entity-formatter
164 Downloads
A caster formatter for Doctrine entities (see doctrine/orm), specifically.
ap-lib/caster-scheme
22 Downloads
AP\Caster\Scheme is a plugins for caster for casting objects based on scheme
vjik/php-type-caster
3 Downloads
Type casting library