https://github.com/qhthem/framework
代码创造未来,思维改变世界-Framework
https://github.com/qhthem/framework
framework php qhphp-framework
Last synced: 3 months ago
JSON representation
代码创造未来,思维改变世界-Framework
- Host: GitHub
- URL: https://github.com/qhthem/framework
- Owner: qhthem
- Created: 2024-08-01T03:57:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T07:03:21.000Z (11 months ago)
- Last Synced: 2025-09-27T15:32:11.318Z (6 months ago)
- Topics: framework, php, qhphp-framework
- Language: PHP
- Homepage: https://www.astrocms.cn
- Size: 224 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QHPHP 青航框架 打造轻量型程序

[](https://packagist.org/packages/qhthem/qhphp)
[](http://www.php.net/)
## 主要特性
- 基于 PHP`8.0+`重构
- 使用灵活 不限制开发
> qhphp框架的运行环境要求 PHP8.0+
## 官网
[Astro主题](https://www.astrocms.cn/)
## 快捷安装
```
composer create-project qhthem/qhphp
```
## 宝塔安装
1.新建一个网站,在目录下新建一个composer.json文件,然后在文件里面配置如下:
```
{
"require": {
"qhthem/qhphp": "dev-main"
},
"autoload": {
"psr-4": {
"app\\": "app",
"extend\\": "extend"
}
}
}
```
2.然后回到网站列表,点击设置->其他设置->Composer->点击执行
3.回到网站目录下已经安装完成了
## 参与开发
直接提交 PR 或者 Issue 即可
## 版权信息
QHPHP 遵循 Apache2 开源协议发布,并提供免费使用。
本项目包含的第三方源码和二进制文件之版权信息另行标注。
版权所有 Copyright © 2024-2035 by QHPHP (https://www.astrocms.cn/) All rights reserved。