Skip to content

PHP library for interconverting naturally camelCase and snake_case which include acronym.

License

Notifications You must be signed in to change notification settings

StewEucen/intact-case-php-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intact Case for PHP

Software License

What's Intact Case

Intact Case is the rules for interconverting naturally camelCase|StudlyCaps and snake_case which include acronym.

camelCase / StudlyCaps snake_case
camelCase camel_case
SnakeCase snake_case
PHPUnit php__unit
getUTCDay get_utc__day

This library can interconvert camelCase|StudlyCaps and train-case.

camelCase / StudlyCaps train-case
forgetMeNot forget-me-not
WebkitFlexDirection -webkit-flex-direction

Usage

This is the PHP library of Intact Case. When you use this library, you must understand rules of Intact Case.

If you want to see more information, please see IntactCase.

Test Case

You can test this library on a browser.

  1. Open /test/test.php on a browser.
  2. View result of test cases.

If you want to test other cases, edit /test/intact_case_test.php and run.

Link

IntactCase - Official page for Intact Case.

About

PHP library for interconverting naturally camelCase and snake_case which include acronym.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages