2017 © Pedro Peláez
 

library toolkit

Axis Toolkit Library

image

axis/toolkit

Axis Toolkit Library

  • Friday, December 7, 2012
  • by 7heaven
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AxisToolkit

Library with funcions that may be handy for development., (*1)

ArrayUtils

ArrayUtils::isAssociative($array)

Checks if array is associative or a regular list., (*2)

StringUtils

StringUtils::slugify($string)

Slugifies given string removing all URL-unsafe characters and replacing them with ASCII analogues if possible., (*3)

StringUtils::transliterize($string)

Replaces non-latin letters by their ascii analogues, (*4)

The Versions

07/12 2012

dev-master

9999999-dev https://github.com/e1himself/axis-toolkit/

Axis Toolkit Library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

library toolkit axis string utils array utils