Download the PHP package ohhink/swoft-im without Composer

On this page you can find all versions of the php package ohhink/swoft-im. 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 swoft-im

基于Swoft构建的Web聊天应用

Php Version Swoole Version

start-http-server

简介

本项目是基于Swoft的练手项目,主要使用框架中的Http,WebSocket构建,用于新手熟悉Swoft框架。

环境要求

效果展示

很有意思的登录页

登录页

登陆首页

用户:程心,好友:三体

登陆首页

用户:三体,好友:程心

登陆首页

聊天页面

用户:程心,好友:三体

登陆首页

功能

安装

Composer 创建项目
将.env.example复制成.env并配置对应参数
运行数据库迁移命令
添加模拟数据,也可以自己创建,主要是user用户表和friend好友关系表
启动WebSocket和Http

使用

访问对应地址,这里假设ip为192.168.10.10,端口为18308,所以访问地址为
注意,要在本机实现两个客户端间的通讯,需要使用两个浏览器,或者开启一个Chrome的匿名模式

维护者

@OhhInk.

如何贡献

非常欢迎你的加入! 有任何问题或者想要贡献代码,请提交 issue

使用许可

MIT © OhhInk


All versions of swoft-im with dependencies

PHP Build Version
Package Version
Requires php Version >7.1
ext-pdo Version *
ext-redis Version *
ext-json Version *
ext-simplexml Version *
ext-libxml Version *
ext-mbstring Version *
swoft/db Version ~2.0.0
swoft/i18n Version ~2.0.0
swoft/view Version ~2.0.0
swoft/task Version ~2.0.0
swoft/redis Version ~2.0.0
swoft/framework Version ~2.0.0
swoft/http-server Version ~2.0.0
swoft/rpc-client Version ~2.0.0
swoft/rpc-server Version ~2.0.0
swoft/websocket-server Version ~2.0.0
swoft/tcp-server Version ~2.0.0
swoft/process Version ~2.0.0
swoft/apollo Version ~2.0.0
swoft/consul Version ~2.0.0
swoft/limiter Version ~2.0.0
swoft/breaker Version ~2.0.0
swoft/crontab Version ~2.0.0
swoft/session Version ~2.0.0
swoft/devtool Version ~2.0.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 ohhink/swoft-im contains the following files

Loading the files please wait ....