Libraries tagged by snake_case
micropackage/casegnostic
5676 Downloads
Casegnostic - access properties and methods both snake_case and camelCase
chris1109873/case-converter
3 Downloads
A package for converting camel case to snake case and vice versa.
vuthaihoc/eloquence
725 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.[Change for my pfoject only]
petrenkoanton/key-normalizer
213 Downloads
Converts snake_case to camelCase and vice versa
nnssn/str-rename
1229 Downloads
Converts the camel case and snake case each other.
kolyunya/string-processor
5714 Downloads
PHP string processing library.
hyqo/string
33 Downloads
Fluent-style string operations
allansun/camel
29 Downloads
Tiny library to handle words case transformation. Originally from https://github.com/MattKetmo/camel
robinthehood/naming-convention
67 Downloads
Converts and checks naming-conventions.
tomguastapaglia/phpmd-wordpress
49 Downloads
phpmd rules to add snake_case validation for Wordpress coding style convention
jgraffite/snake2camel
34 Downloads
A Laravel Framework Package for getting and setting model fields in snakeCase through camelCase
onsa/reflective-test-case
22 Downloads
ReflectiveTestCase extends PHPUnit's TestCase with the invokeMethod method for the sake of testing private classes.
wainwright/casino-dog
111 Downloads
Casino Dog is a tool to alter outcome of casino games. Tool originating from David G. Wainwright (HollywoodTV) and used by big brand-names like Sportsbet.io, Stake.com, Bitstarz.com, Softswiss.com, Betsson Group and many more.
wainwright-dev/casinodog
10 Downloads
Casino Dog is a tool to alter outcome of casino games. Tool originating from David G. Wainwright (HollywoodTV) and used by big brand-names like Sportsbet.io, Stake.com, Bitstarz.com, Softswiss.com, Betsson Group and many more.
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.