基于PHP+Workerman开发的命令行风格网页音乐电台,

介绍 基于PHP+Workerman开发的命令行风格网页音乐电台,支持在线聊天、搜索歌曲、点歌等。 点歌使用了网易云音乐api,音乐播放使用aplayer。 在线预览:h

基于websocket和PHP的网页聊天室

HtmlChatRoom 使用了HTML5新特性-websocket 基于PHP服务端的 websocket 的聊天室 内部调用了linux系统内置函数posix_getpid(),如果在windows环境上使用,需将其注释 使用

PHP 课程设计:Drrr!! 网页匿名聊天室

Drrr-Anonymous-Chatting-Room 这是一个主要由 PHP 开发的网页匿名聊天室,是我大学期末课程设计的作品,主要灵感来源于日本动画《无头骑士异闻录》。 编写语

C 语言编程经典算法100例之PHP实现

C 语言编程经典算法100例之PHP实现 喝喝咖啡☕️ ,听听歌

Provides a simple and flexible

FileInfo Provides a simple and flexible API wrapper around PHP's pathinfo method. Installation The recommended way of installing this package is through Composer: $ composer require nbish11/fileinfo Ba

Docker Compose Setup for Teleg

Example Docker Compose project for Telegraf, InfluxDB and Grafana This an example project to show the TIG (Telegraf, InfluxDB and Grafana) stack. Start the stack with docker compose $ docker-compose up

Online examination system is a

Online-Exam-System- Online examination system is a app for setup online quiz with so many functionality.It is a PHP project. Instalation :: step 1)Copy full folder in your web directory. 2)Import datab

Self-hosted Speed Test for HTM

LibreSpeed No Flash, No Java, No Websocket, No Bullshit. This is a very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers. Try it Take a speed test Compatibility Al

文本语言识别,文本内容翻译,集成百度翻译、

多平台翻译、文本语言探测 项目自动拆分,如需跟踪源码更新情况,请前往:https://github.com/plugins-world/packages 查看 Translate 目录 安装 $ composer require "mouyo

PHP柱状图,折线图,饼状图……支持中文,可直

libchart libchart for php bar/line/pie chart.support chinese step1 composer require purelightme/libchart:dev-master step2 $chart = new VerticalBarChart(500, 250); $dataSet = new XYDataSet(); $dataSet-a

PHP连接数据库模拟注册与登陆

PHP连接数据库模拟注册与登陆 这是一个用PHP连接MySQL数据库模拟注册与登陆功能的demo,仅供参加,学习。 操作步骤: 先把代码clone到本地,放到www目录下