PHP implementation of Deep Thought

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

This package is auto-updated.

Last update: 2024-11-22 06:24:58 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