oliverearl / godsays-php
A PHP means to talk to God
Fund package maintenance!
oliverearl
Ko Fi
www.buymeacoffee.com/oliverearl
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.21.1
- phpunit/phpunit: ^9.6.22
README
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.