PHP implementation of Deep Thought

Maintainers

Details

github.com/Nemo64/42

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/nemo64/42

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

This package is auto-updated.

Last update: 2025-09-22 08:16:04 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