axis / toolkit
This package is abandoned and no longer maintained.
No replacement package was suggested.
Axis Toolkit Library
dev-master
2012-12-07 00:02 UTC
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