Libraries tagged by snakecase
ernix/lettercase
5623 Downloads
A tool to convert from and to camelCase, snake_case, PascalCase and Path/Form.
arkn/laravel-convert-case-middleware
252 Downloads
Convert request and response keys to and from camel and snake case.
junaidkhan/php-string-helper
25 Downloads
A PHP helper library offering utilities like truncate, slugify, casing conversions, and more.
erag/laravel-case-mapper-request
513 Downloads
Seamlessly integrate attribute-based case mapping into Laravel FormRequests — transform keys and remap validation errors effortlessly.
dev-jeetu/case-converter
9 Downloads
A comprehensive PHP library for converting between different naming conventions (snake_case, camelCase, PascalCase, kebab-case, etc.)
cluedit/maskman
27 Downloads
from CamelCase to snake_case, from snake_case to CamelCase
alimfazeli/eloquence
11 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
plazzag/polario-sdk-php
136 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
cupoftea/eloquent-snake-relations
19 Downloads
A simple trait to access your Eloquent relations using its snake_case property
basedon/laravel-mssql-case-adapter
8 Downloads
Transparent snake_case to UPPERCASE identifier mapping for legacy SQL Server databases in Laravel.
adamlc/lettercase
19854 Downloads
A tool to convert from and to camelCase, snake_case, PascalCase and Path/Form
thgiang/laravel-response-json-snake-case
36 Downloads
Convert response JSON key to snake-case
robinthehood/naming-convention
75 Downloads
Converts and checks naming-conventions.
leobenoist/string-helper
5521 Downloads
PHP StringHelper is a small library that can perform string manipulation.
didanurwanda/inflector-php
0 Downloads
A lightweight PHP utility for smart word transformations – from singular to plural, snake_case to camelCase, and everything in between. Fully compatible with PHP 7.1 through 8.4.