zenodorus / core
A collection of all the Zenodorus utilities.
dev-master
2018-09-05 00:03 UTC
Requires (Dev)
- phpunit/phpunit: ^6.4
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2024-11-14 08:38:16 UTC
README
zenodor.us 🔩
Core
Zenodorus is a collection of simple PHP tools built with "do only one thing" Linux philosophy. I built this primarily for my own personal use, but you're free to use it as well!
Packages
- zenodorus/strings - Do things with strings!
- zenodorus/arrays - (Don't) spend days on arrays!
- ???
Usage
$ composer require zenodorus/strings
$new_string = Zenodorus\Strings::clean("clean me up", "_"); echo $new_string; // 'clean_me_up'
See the packages themselves for more details about their methods.