Skip to content

zenodorus-tools/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tools and things of that nature.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages