Libraries tagged by upper case first
programmis/upper-case-field
1218 Downloads
Setter method name and getter method name make by field name in upper case every first char
ptrkcsk/change-case
413 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!
stahiralijan/request-caster
74 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
ujiro2017/fixnames
4 Downloads
A code snippet that fixes name input by user. It removes spaces and none word characters and set the first letter in each name to upper case. Arguments are passed by referece.