Download the PHP package alphaolomi/sarufi-php without Composer
On this page you can find all versions of the php package alphaolomi/sarufi-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alphaolomi/sarufi-php
More information about alphaolomi/sarufi-php
Files in alphaolomi/sarufi-php
Download alphaolomi/sarufi-php
More information about alphaolomi/sarufi-php
Files in alphaolomi/sarufi-php
Vendor alphaolomi
Package sarufi-php
Short Description Sarufi for PHP
License MIT
Homepage https://github.com/alphaolomi/sarufi-php
Package sarufi-php
Short Description Sarufi for PHP
License MIT
Homepage https://github.com/alphaolomi/sarufi-php
Please rate this library. Is it a good library?
Informations about the package sarufi-php
Sarufi for PHP
Installation
You can install the package via Composer:
Usage
API available
Sarufi(string $token)
public function createBot(string $name, null|string $description = null, string $industry = "general", $flows = [], $intents = [], bool $visibleOnCommunity = false)
public function createFromFile($metadata = null, $intents = null, $flows = null)
public function updateBot($id, $name, $industry, $description, $intents, $flows, $visibleOnCommunity)
public function updateFromFile( $id, $intents, $flows, $metadata)
public function getBot($id)
public function chat(int $botId, string $chatId, string $message = "Hello", string $messageType = "text", string $channel = "general")
public function deleteBot($id)
Testing
Uses PestPHP.
Changelog
Please see CHANGELOG for more information on recent changes.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on reporting security vulnerabilities.
Credits
- Alpha Olomi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sarufi-php with dependencies
PHP Build Version
Package Version
The package alphaolomi/sarufi-php contains the following files
Loading the files please wait ....