Download the PHP package vantoozz/strings without Composer
On this page you can find all versions of the php package vantoozz/strings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package strings
Strings
True OOP library for strings manipulation
The goal of the library is providing an OOP way for strings manipulations.
It works with any object implementing Stringable interface. https://wiki.php.net/rfc/stringable.
Setup
Just run
Transformations
Will output
Available transformations
- Acronym
- CamelCased
- CaseToggled
- KebabCased
- LowerCased
- PascalCased
- Reversed
- SentenceCased
- SnakeCased
- TitleCased
- UpperCased
Joins
Will output
Available joins
- Joined
- StartingWith
- EndingWith
Formats
Will output
Available formats
- Hostname
- Ipv4
- Ipv6
- Mac
- Sha1
- Sha256
- Url
Composition
Will output
Testing
All versions of strings with dependencies
PHP Build Version
Package Version
Requires
php Version
~7
ext-mbstring Version *
ext-mbstring Version *
The package vantoozz/strings contains the following files
Loading the files please wait ...