SkillAgentSearch skills...

AIML

AIML Parser based on PHP

Install / Use

/learn @a2design-inc/AIML
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AIML parser

Build Status

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

  1. Fork the Project

  2. Install Development Dependencies

  3. Create a Feature Branch

  4. (Recommended) Run the Test Suite

    vendor/bin/phpunit
    
  5. Send us a Pull Request

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2y ago
Forks4

Languages

PHP

Security Score

75/100

Audited on Jan 1, 2024

No findings