Download the PHP package anekdotes/support without Composer
On this page you can find all versions of the php package anekdotes/support. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package support
Anekdotes Support
Utility classes meant to facilitate object manipulation
Installation
Install via composer into your project:
Usage
Use the class where ever you need it:
or
or
or
Arr
Helper class which facilitates array manipulation.
Method sortByKey
(array, string, enum)
Method get
(array, string, string)
Method getWhere
(array, string, *string, string)
Method exists
(string, array)
Method remove
(string, array)
Str
Contains helper functions used to manipulate strings.
Method startsWith
(string, string)
Method endsWith
(string, string)
Method split
(string, string)
Method capitalize
(*string)
Method upper
(*string)
Method lower
(*string)
Method snakeCase
(*string)
Method camelCase
(*string)
Method contains
(string, string)
Method studly
(*string)
Method ascii
(*string)
Method slug
(*string, string)
Method random
(*integer)
Method quickRandom
(*integer)
Method replace
(string, string, *string)
Method regexResult
()