Download the PHP package commune/studio-hyperf without Composer

On this page you can find all versions of the php package commune/studio-hyperf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package studio-hyperf

CommuneChatbot Studio v0.2

0.2 版本正在开发中... 应用开发完后正式撰写文档

微信公众号 CommuneChatbot,qq群:907985715 欢迎交流!

相关项目:

运行本地 Demo

如果想尝试运行本地 demo, 请确保:

机器人的默认配置文件地址在 /commune/config/host.php

安装项目

克隆仓库

git clone https://github.com/thirdgerb/studio-hyperf.git

进入目录, 使用 composer 安装依赖

composer install

修改环境变量文件 配置 mysql, redis 等. 具体可参考 hyperf 配置

初始化数据表

运行命令:

php bin/hyperf.php migrate

可初始化数据表, 具体请参考 hyperf 迁移

运行本地 console 端

执行命令:

php bin/hyperf.php commune:start stdio_console -d -r

其中 参数表示 debug 模式, 参数重置机器人的对话逻辑.

运行其它端

执行命令:

php bin/hyperf.php commune:start

可查看目前开箱自带的端. 需要配合微信公众号/网页版/nlu 才能使用.

由于项目还在开发中, 尚未撰写相关文档.

如果想运行 demo, 建议还是先查看项目 https://github.com/thirdgerb/chatbot

如果有更多需要, 请加 qq群:907985715 直接向作者提出, 感谢!


All versions of studio-hyperf with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-swoole Version >=4.4
commune/chatbot-hyperf Version ~0.1.0
commune/platform-wechat Version ~0.1.0
commune/platform-dueros Version ~0.1.0
commune/compnt-rasa Version ~0.1.0
hyperf/cache Version ~1.1.0
hyperf/command Version ~1.1.0
hyperf/di Version ~1.1.0
hyperf/config Version ~1.1.0
hyperf/contract Version ~1.1.0
hyperf/database Version ~1.1.0
hyperf/db-connection Version ~1.1.0
hyperf/devtool Version ~1.1.0
hyperf/dispatcher Version ~1.1.0
hyperf/event Version ~1.1.0
hyperf/exception-handler Version ~1.1.0
hyperf/framework Version ~1.1.0
hyperf/guzzle Version ~1.1.0
hyperf/http-server Version ~1.1.0
hyperf/logger Version ~1.1.0
hyperf/memory Version ~1.1.0
hyperf/paginator Version ~1.1.0
hyperf/pool Version ~1.1.0
hyperf/process Version ~1.1.0
hyperf/redis Version ~1.1.0
hyperf/utils Version ~1.1.0
hyperf/async-queue Version ~1.1.0
hyperf/websocket-server Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package commune/studio-hyperf contains the following files

Loading the files please wait ....