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.
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.
I don't know whether this tool is effective at communicating with God. Your mileage may vary.
You can install the package via Composer:
composer require tad/godsays-php
$oracle = new TAD\God\God();
echo 'God says: ' . $oracle->speak();
// You can also access it via the helper function:
echo 'God also says: ' . godsays();
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.