h3/h3

An highly effecient php mvc framework

Maintainers

Details

gitee.com/lai2020/h3

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Type:project

dev-master 2024-07-05 19:46 UTC

This package is not auto-updated.

Last update: 2025-07-01 01:33:30 UTC


README

一款高效简洁优雅的php mvc web开发框架,帮助您快速构建web应用

说明

  1. PHP version >= PHP5.3(因为使用了命名空间)
  2. 设置apache AllowOverride All(因为开启了url重写)
  3. 开启apache模块 rewrite_module
  4. 为了在linux下能正常运行,开发过程中请注意大小写要求,遵守psr-4规范
  5. 框架开发过程中遵循基本原则:文件夹全部小写,类文件全部大写,模板文件全部大写字母开头。控制器里大写字母开头的都是Action,小写开头的都是内部方法

框架特点

  1. web应用高效率开发
  2. 代码简洁优雅,可读性好,可维护性强
  3. 性能接近原生php

H3入门手册<br/>

http://www.helper3.com/res/article/9897.html

开发常见问题

项目根目录下执行命令:

composer require h3/framework:v1.0

打印异常如下

Root composer.json requires h3/framework, it could not be found in any version, there may be a typo in the package name.

问题原因:

国内无法访问packagist外国镜像导致 https://packagist.phpcomposer.com

解决办法:

改为国内阿里云镜像 https://mirrors.aliyun.com/composer 再执行命令即可

其他

<br/>Bug反馈与建议<br/>

qq群:570078429