Download the PHP package petrenkoanton/key-normalizer without Composer
On this page you can find all versions of the php package petrenkoanton/key-normalizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download petrenkoanton/key-normalizer
More information about petrenkoanton/key-normalizer
Files in petrenkoanton/key-normalizer
Download petrenkoanton/key-normalizer
More information about petrenkoanton/key-normalizer
Files in petrenkoanton/key-normalizer
Vendor petrenkoanton
Package key-normalizer
Short Description Converts snake_case to camelCase and vice versa
License MIT
Package key-normalizer
Short Description Converts snake_case to camelCase and vice versa
License MIT
Please rate this library. Is it a good library?
Informations about the package key-normalizer
key-normalizer
Related projects
Installation
Requirements
- php 7.4 or higher
Composer
Functionality
Public methods
KeyNormalizer
Method | Exception |
---|---|
toCamelCase(string $key): string | - |
toSnakeCase(string $key): string | - |
Usage
For developers
Requirements
Utils:
- make
- docker-compose
Setup
Initialize
Create ./docker/.env
Build container with the different php version
php 8.0
php 8.1
php 8.2
php 8.3
Also you need to run this command before build container with another php version. It will remove network and previously created container.
Other commands
Go inside of the container
Check php version
Check package version
Run tests and linters
Run PHPUnit tests with code coverage
Run Psalm
Run PHP_CodeSniffer
Or by all-in-one command from the inside of the container
License
The key-normalizer library is open-sourced software licensed under the MIT license.
Related projects
All versions of key-normalizer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package petrenkoanton/key-normalizer contains the following files
Loading the files please wait ....