sashabo member since: Oct 20, 2023
sashabo's packages
-
PHP
sashabo/iterable-string
IterableString and MultibyteIterableString allow to iterate string characters in foreach without converting the string into array.
-
-
-
PHP
sashabo/shortener
Shortens plain text or html to the $length, preventing braking words and tags.
-
PHP
unicon/unicon
Universal PHP variable converter. The main feature is converting arrays to an object of given class. In this case, Unicon follows PhpDoc annotations, works recursively to create the object's properties.
-
PHP
unicon/yaml
Validates YAML file using given class and, if matches, creates an object. Understands PhpDoc, converts values if necessary. Works recursively, so the YAML file may have complicated structure, and the given class may have properties of other classes.