axis / toolkit
Axis Toolkit Library
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/axis/toolkit
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2020-08-21 17:38:15 UTC
README
Library with funcions that may be handy for development.
ArrayUtils
ArrayUtils::isAssociative($array)
Checks if array is associative or a regular list.
StringUtils
StringUtils::slugify($string)
Slugifies given string removing all URL-unsafe characters and replacing them with ASCII analogues if possible.
StringUtils::transliterize($string)
Replaces non-latin letters by their ascii analogues