h3/h3_swoole

An highly effecient php mvc framework with swoole extension

Maintainers

Details

gitee.com/lai2020/h3_swoole.git

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Type:project

dev-master 2020-05-03 08:58 UTC

This package is not auto-updated.

Last update: 2025-07-07 19:54:44 UTC


README

介绍

h3+swoole项目

创建项目结构以后,在命令行执行 php server.php

开启swoole的 http server服务,端口可以自行设定(80或其他)。该demo需要mysql支持,请配置好目录usr下的config.ini文件,使得程序可以正常访问数据库

创建数据库test和表user,可以查看到CURD常规操作

参考教程:H3手册 http://www.helper3.com/res/article/9897.html

手册适用于非swoole项目,该项目还没有单独的教程,手册仅供参考和了解H3的一些基本情况

软件架构

php mvc

使用说明

composer create-project h3_swoole

参与贡献

  1. Lai