Skip to content

oliverearl/godsays-php

Repository files navigation

God Says

Latest Version on Packagist Tests Total Downloads

GodSays-PHP is a PHP library inspired by TempleOS’s “god says" program, originally created in HolyC by software developer Terry A. Davis. It needs PHP 7.4 or above.

Please note that I can't be held accountable for the output of the program, nor the words originally chosen by Terry.

About Terry

You can read more about Terry on his Wikipedia article. This software is not an endorsement on any of Terry's more controversial views or use of language.

Please consider a donation to the National Alliance on Mental Illness as requested by his loved ones.

Religious statement

I don't know whether this tool is effective at communicating with God. Your mileage may vary.

Installation

You can install the package via Composer:

composer require tad/godsays-php

Usage

$oracle = new TAD\God\God();
echo 'God says: ' . $oracle->speak();

// You can also access it via the helper function:
echo 'God also says: ' . godsays();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

See also

License

The MIT License (MIT). Please see License File for more information.