a2design / aiml
There is no license information available for the latest version (v1.1.3) of this package.
AIML parser
v1.1.3
2016-10-19 11:10 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-01-18 21:36:16 UTC
README
Requirements
- PHP: ≥ 5.4
Instalation
composer require a2design/aiml
Usage
$aimlFilePath = '/path/to/file.aiml'; $chat = new AIML(); $chat->addDict($aimlFilePath); $answer = $chat->getAnswer('how are you?'); // i'm fine
Contributing
-
Fork the Project
-
Install Development Dependencies
-
Create a Feature Branch
-
(Recommended) Run the Test Suite
vendor/bin/phpunit
-
Send us a Pull Request