Libraries tagged by snake_case
jawira/case-converter
8149980 Downloads
Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.
kirkbushell/eloquence
1077384 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
ghostwriter/case-converter
4388777 Downloads
Convert strings from and to AdaCase, CamelCase, CobolCase, KebabCase, Lowercase, MacroCase, PascalCase, SentenceCase, SnakeCase, TitleCase, TrainCase, and Uppercase
nayjest/str-case-converter
521911 Downloads
Library for converting strings from camel case to snake case and vice versa.
marcusball/case-helper
54776 Downloads
Easily convert between camelCase, PascalCase, kebab-case, snake_case, SCREAMING_SNAKE_CASE, Train-Case, and string case!
nabil1337/case-helper
628591 Downloads
Easily convert between camelCase, PascalCase, kebab-case, snake_case, SCREAMING_SNAKE_CASE, Train-Case, and string case!
realodix/change-case
54707 Downloads
Convert strings between camelCase, PascalCase, Headline Case, snake_case and more.
tomlerendu/laravel-convert-case-middleware
72019 Downloads
Convert request and response keys to and from camel and snake case.
programic/laravel-convert-case-middleware
21861 Downloads
Convert request and response keys to and from camel and snake case.
micropackage/casegnostic
7386 Downloads
Casegnostic - access properties and methods both snake_case and camelCase
ernix/lettercase
5779 Downloads
A tool to convert from and to camelCase, snake_case, PascalCase and Path/Form.
arkn/laravel-convert-case-middleware
328 Downloads
Convert request and response keys to and from camel and snake case.
matthv/laravel-dingo-transform
13462 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.
xetaio/eloquence
1295 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
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