- PHP: ≥ 5.4
composer require a2design/aiml
$aimlFilePath = '/path/to/file.aiml';
$chat = new AIML();
$chat->addDict($aimlFilePath);
$answer = $chat->getAnswer('how are you?');
// i'm fine
-
Fork the Project
-
Install Development Dependencies
-
Create a Feature Branch
-
(Recommended) Run the Test Suite
vendor/bin/phpunit
-
Send us a Pull Request