Libraries tagged by snake_case
chris1109873/case-converter
2 Downloads
A package for converting camel case to snake case and vice versa.
xetaio/eloquence
971 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
vuthaihoc/eloquence
725 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.[Change for my pfoject only]
nnssn/str-rename
1202 Downloads
Converts the camel case and snake case each other.
kolyunya/string-processor
5714 Downloads
PHP string processing library.
cluedit/maskman
25 Downloads
from CamelCase to snake_case, from snake_case to CamelCase
allansun/camel
29 Downloads
Tiny library to handle words case transformation. Originally from https://github.com/MattKetmo/camel
robinthehood/naming-convention
60 Downloads
Converts and checks naming-conventions.
tomguastapaglia/phpmd-wordpress
48 Downloads
phpmd rules to add snake_case validation for Wordpress coding style convention
adamlc/lettercase
19737 Downloads
A tool to convert from and to camelCase, snake_case, PascalCase and Path/Form
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
101 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.