Download the PHP package alphaolomi/laravel-sarufi without Composer
On this page you can find all versions of the php package alphaolomi/laravel-sarufi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alphaolomi/laravel-sarufi
More information about alphaolomi/laravel-sarufi
Files in alphaolomi/laravel-sarufi
Download alphaolomi/laravel-sarufi
More information about alphaolomi/laravel-sarufi
Files in alphaolomi/laravel-sarufi
Vendor alphaolomi
Package laravel-sarufi
Short Description Sarufi for Laravel
License MIT
Homepage https://github.com/alphaolomi/laravel-sarufi
Package laravel-sarufi
Short Description Sarufi for Laravel
License MIT
Homepage https://github.com/alphaolomi/laravel-sarufi
Keywords sarufilaravel-sarufi
Please rate this library. Is it a good library?
Informations about the package laravel-sarufi
Sarufi for Laravel
Installation
You can install the package via composer:
Configuration
in your .env
file add
Usage
API avalable
createBot(string $name, null|string $description = null, string $industry = "general", $flow = [], $intents = [], bool $visibleOnCommunity = false)
createFromFile($metadata = null, $intents = null, $flow = null)
updateBot($id, $name, $industry, $description, $intents, $flow, $visibleOnCommunity)
updateFromFile( $id, $intents, $flow, $metadata)
getBot($id)
chat(int $botId, string $chatId, string $message = "Hello", string $messageType = "text", string $channel = "general")
deleteBot($id)
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Alpha Olomi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-sarufi with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
alphaolomi/sarufi-php Version ^0.0.1
illuminate/contracts Version ^9.0
spatie/laravel-package-tools Version ^1.13.0
alphaolomi/sarufi-php Version ^0.0.1
illuminate/contracts Version ^9.0
spatie/laravel-package-tools Version ^1.13.0
The package alphaolomi/laravel-sarufi contains the following files
Loading the files please wait ....