Libraries tagged by 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.)
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
lenny4/php-swtich-case
907 Downloads
Switch string between (camel case, snake case, kebab case, pascal case, upper case)
rizkussef/laravel-snake-to-camel-case
953 Downloads
A Laravel middleware package to automatically convert API response keys from snake_case to camelCase for frontend compatibility, and optionally convert request keys from camelCase to snake_case
petrenkoanton/key-normalizer
222 Downloads
Converts snake_case to camelCase and vice versa
originphp/inflector
12337 Downloads
OriginPHP Inflector
kolyunya/string-processor
5716 Downloads
PHP string processing library.
hyqo/string
58 Downloads
Fluent-style string operations
ptrkcsk/change-case
423 Downloads
Convert strings to camelCase, CONSTANT_CASE, dot.case, Header-Case, lower case, param-case, PascalCase, path/case, Sentence case, snake_case, Title Case, UPPER CASE, and more!
tushar/lazy-routing
14 Downloads
This is a Laravel library package once install you don't need to declare a route for each method instead you follow a normal camel case convention to declare the method name and the route will auto declared for you.
todstoychev/case-convertor
37 Downloads
Camel to snake case and snake to camel case convertor
pmvc-plugin/underscore
2901 Downloads
Convert array or camel case to underscore, or underscore to others.
nnssn/str-rename
1256 Downloads
Converts the camel case and snake case each other.
chris1109873/case-converter
5 Downloads
A package for converting camel case to snake case and vice versa.
jc-it/yii2-abac-camel
386 Downloads
Extension for sam-it/abac yii2 connector with camel cased database attributes