Skip to content

patrickschur/aiml-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiml-converter

Version Minimum PHP Version License

Converts AIML to CSV and CSV to AIML.

How to use

$ composer require patrickschur/aiml-converter
require 'vendor/autoload.php';
 
$conv = new AIMLConverter;
 
$conv->aiml2csv('default.aiml'); // Creates a CSV file from an AIML file
// or
$conv->csv2aiml('default.csv'); // Creates a various amount of AIML files from a CSV file