Libraries tagged by casted
novius/laravel-json-casted
5791 Downloads
A package to cast json fields, each sub-keys is castable
sunnysideup/add-casted-variables
95 Downloads
This module allows you to add a list of values to the CMS Fields for a record based around the casting (casted) methods / variables so that you get more information abohe record
kunstmaan/voting-bundle
965 Downloads
A lot of sites enable users to vote or participate in actions where Facebook Likes are counted and rewarded. The KunstmaanVotingBundle was created to allow a faster setup of that kind of actions and will provide a backlog of votes your users casted. That way you can look for irregularities and automatically stop campains when their deadline has expired. It will provice support for votes on your site only but also for external social networks as Facebook so you can worry about you ideas and not how to implement it.
tamtamchik/namecase
549416 Downloads
This package allows you to convert names into the correct case where possible.
morrislaptop/laravel-popo-caster
646829 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
watson/nameable
11336 Downloads
Format names of users into full, familiar and abbreviated forms
ffi/var-dumper
11053 Downloads
List of symfony/var-dumper casters with FFI support
rawilk/laravel-casters
5868 Downloads
A collection of custom casts for Laravel.
eboreum/caster
8116 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.
kwaadpepper/serial-int-caster
2732 Downloads
Convert int To as serial number and reverse
illuma-law/laravel-social-caster
62 Downloads
A standalone Laravel package for social media publishing.
anothanj/casterly
232 Downloads
A PHP library for type casting.
morningtrain/data-transfer-object-casters
2797 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
meraki/http-router
311 Downloads
Class-driven HTTP router for PHP 8.4+ — the action class name encodes intent (Collection / Item / Action), with no inflection, no route files, and pluggable casters for typed parameters.
matthv/laravel-dingo-transform
13324 Downloads
This repository lets your API users pass in and receive camelCased or snake_cased keys while your app receives and produces snake_cased ones.