Download the PHP package denis-kisel/helper without Composer
On this page you can find all versions of the php package denis-kisel/helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download denis-kisel/helper
More information about denis-kisel/helper
Files in denis-kisel/helper
Download denis-kisel/helper
More information about denis-kisel/helper
Files in denis-kisel/helper
Vendor denis-kisel
Package helper
Short Description :description
License MIT
Homepage https://github.com/denis-kisel/helper-laravel
Package helper
Short Description :description
License MIT
Homepage https://github.com/denis-kisel/helper-laravel
Please rate this library. Is it a good library?
Informations about the package helper
Helper for laravel
Helper package for laravel
Installation
Via Composer
Usage
String
Namespace DenisKisel\Helper\AStr
Method | Description |
---|---|
AStr::getContent(string $mask, string $str) : string |
Get substring by mask |
AStr::rm(string $mask, string &$str) : string |
Remove substring by mask |
AStr::is(string $mask, string $str) : string |
Check substring by mask |
AStr::formatText(string $text [, int $countTabs = 0]) : string |
Format text |
AStr::pathByClass(string $model) : string |
Get path by class |
AStr::append(string $search, string $append, string $text [, int $countTabs = 0]) : string |
Append substring |
AStr::prepend(string $search, string $prepend, string $text [, int $countTabs = 0]) : string |
Prepend substring |
Example
String
All versions of helper with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
>=6.0
The package denis-kisel/helper contains the following files
Loading the files please wait ....