crell/eliza

The famous Eliza chatbot therapist.

Maintainers

Details

github.com/Crell/Eliza

Source

Issues

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 5

Open Issues: 2

pkg:composer/crell/eliza

0.2 2018-12-05 00:46 UTC

This package is auto-updated.

Last update: 2025-09-18 07:08:39 UTC


README

This is a straight port of the Eliza chatbot therapist to PHP.

Based very closely on this Python implementation: https://www.smallsurething.com/implementing-the-famous-eliza-chatbot-in-python/

CLI

The main.php file is a basic CLI that lets you talk to Eliza.

Library

Alternatively, you can use the Crell\Eliza class as a library within another application. The only API call is analyze(string), which will return a string response from Eliza.

License

This library is released under the MIT license.