Libraries tagged by camel case
lenny4/php-swtich-case
907 Downloads
Switch string between (camel case, snake case, kebab case, pascal case, upper case)
khuddus/php-camel-case-helpers
90 Downloads
A php tool to convert underscored or dashed arrays to camelcased arrays
jord-jd/php-camel-caser
6 Downloads
Lets you use built-in PHP functions in camel case
dev-jeetu/case-converter
9 Downloads
A comprehensive PHP library for converting between different naming conventions (snake_case, camelCase, PascalCase, kebab-case, etc.)
divineomega/php-camel-caser
19 Downloads
Lets you use built-in PHP functions in camel case
erag/laravel-case-mapper-request
517 Downloads
Seamlessly integrate attribute-based case mapping into Laravel FormRequests — transform keys and remap validation errors effortlessly.
phpsa/laravel-case-remapping
25 Downloads
Methods to allow the mapping of cases to snake / camel for input / output
elleyeayeme/case-converter
14947 Downloads
A converter for strings in most popular cases
xetaio/eloquence
1306 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
alimfazeli/eloquence
11 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
junaidkhan/php-string-helper
25 Downloads
A PHP helper library offering utilities like truncate, slugify, casing conversions, and more.
cluedit/maskman
27 Downloads
from CamelCase to snake_case, from snake_case to CamelCase
leobenoist/string-helper
5561 Downloads
PHP StringHelper is a small library that can perform string manipulation.
camelcased/postmark-inbound-laravel
1321 Downloads
This is an Inbound Parser for Postmark meant to be used with Laravel.
plazzag/polario-sdk-php
162 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output