A collection of all the Zenodorus utilities.

dev-master 2018-09-05 00:03 UTC

This package is auto-updated.

Last update: 2024-04-14 07:25:45 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

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.