├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── composer.json ├── composer.lock ├── index.php └── src ├── Mood.php ├── Soul.php └── Zalgo.php /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/composer.lock -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/index.php -------------------------------------------------------------------------------- /src/Mood.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/src/Mood.php -------------------------------------------------------------------------------- /src/Soul.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/src/Soul.php -------------------------------------------------------------------------------- /src/Zalgo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdwheele/zalgo/HEAD/src/Zalgo.php --------------------------------------------------------------------------------