PHP implementation of Deep Thought

Maintainers

Package info

github.com/Nemo64/42

pkg:composer/nemo64/42

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-22 09:13:45 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