PHP implementation of Deep Thought

dev-master 2019-01-21 16:42 UTC

This package is auto-updated.

Last update: 2024-04-22 04:56:50 UTC


README

Latest Stable Version Total Downloads Monthly Downloads License

42

PHP implementation of Deep Thought

Example

$deepThought = new \DeepThought();
$result = $deepThought->compute("tell me the Answer to the Ultimate Question of Life, The Universe, and Everything");

var_dump($result); // 42