Libraries tagged by casted
novius/laravel-json-casted
6804 Downloads
A package to cast json fields, each sub-keys is castable
sunnysideup/add-casted-variables
141 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
966 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
668987 Downloads
This package allows you to convert names into the correct case where possible.
morrislaptop/laravel-popo-caster
656453 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
watson/nameable
18592 Downloads
Format names of users into full, familiar and abbreviated forms
componenta/caster
6925 Downloads
Value casting attributes and resolvers for Componenta
sunrise/hydrator
37160 Downloads
Strictly typed object hydration and value casting.
rawilk/laravel-casters
6129 Downloads
A collection of custom casts for Laravel.
ffi/var-dumper
11650 Downloads
List of symfony/var-dumper casters with FFI support
stahiralijan/request-caster
94 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
8929 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.
anothanj/casterly
619 Downloads
A PHP library for type casting.
meraki/http-router
333 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
13574 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.