Skip to content

seplonger/simsimi-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simsimi php sdk

simsimi sdk with no auth.

Usage

include("simsimi.class.php");
$name = "suckit";
$content = "hi";
$sim = new Simsimi(array('sid'=>$name,'datapath'=>'sim_','proxy'=>'http://your proxy ip:8080'));
$ready = $sim->init();
$result = $sim->talk($content);
echo $result;

if you don't use proxy, you can omit the proxy option. sid option is the session handle keeping the dialog.

License

This is licensed under the GNU LGPL, version 2.1 or later.
For details, see: http://creativecommons.org/licenses/LGPL/2.1/

About

simsimi chat sdk for php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%