Download the PHP package ller/chat without Composer
On this page you can find all versions of the php package ller/chat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package chat
chat
composer require ller/chat v1.0
simple_demo.php
命令行执行 php simple_demo.php
Client1.html
Client2.html
client1和client2是一个简单的私聊,可以用已经封装的send()发送消息,比如send('你好,世界');
detailed.php
想要更多的操作,比如未发送成功的消息保存到数据库,或者某个用户上线了,需要查找他的未读消息。 注意1:这里的几个函数都是当用户进行websocket连接之后才会触发的。如果想要未连接websocket就查找信息,可以在未读信息sent_fail()函数把未发送的信息保存到数据库。 注意2:这个包太多地方未完善了,所以不要用在正式的网站上。
All versions of chat with dependencies
PHP Build Version
Package Version
No informations.
The package ller/chat contains the following files
Loading the files please wait ....