Libraries tagged by casted
novius/laravel-json-casted
6387 Downloads
A package to cast json fields, each sub-keys is castable
sunnysideup/add-casted-variables
113 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
593280 Downloads
This package allows you to convert names into the correct case where possible.
morrislaptop/laravel-popo-caster
650982 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
watson/nameable
14176 Downloads
Format names of users into full, familiar and abbreviated forms
sunrise/hydrator
34314 Downloads
Strictly typed object hydration and value casting.
rawilk/laravel-casters
6047 Downloads
A collection of custom casts for Laravel.
ffi/var-dumper
11410 Downloads
List of symfony/var-dumper casters with FFI support
stahiralijan/request-caster
79 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
8583 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.
casemark/casedev
223 Downloads
Casedev PHP SDK
anothanj/casterly
337 Downloads
A PHP library for type casting.
casterke/simplepay-laravel
1617 Downloads
OTP SimplePay integration for Laravel applications.
matthv/laravel-dingo-transform
13443 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.