Download the PHP package willphp/easywill without Composer
On this page you can find all versions of the php package willphp/easywill. 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 easywill
一鱼框架APHP
APHP框架(原WillPHP框架)是一个MVC超轻量级PHP8开发框架
框架特点
- 极简200KB+,新手快速入门
- ORM数据交互,简单方便
- 模型可自动验证,处理,过滤数据
- 超简单模板标签,自由定制
环境要求
- PHP 7.4~PHP 8.3
- MySQL5.6~8.0
开发指南
内置文档:查看_doc
目录
在线文档: https://doc.aphp.top
更新日志
查看内置文档:_doc/aphp/_02_update.md
下载安装
GitHub地址: https://github.com/willphp/aphp
Gitee地址: https://gitee.com/willphp/aphp
Composer安装:composer create-project willphp/aphp blog --prefer-dist
如无需composer扩展,建议删除vendor目录,加速框架运行!
安装指南
- 上传并解压安装包到网站目录
- 设置-网站目录-运行目录到
/public
- 设置-伪静态规则(看
url_rewrite.txt
) - [本地]重命名
env.example.env
为.env
并修改其中数据库配置 - [线上]修改
config/database.php
中数据库配置
伪静态设置
Nginx规则:
Apache规则:
技术支持
QQ群1:325825297 QQ群2:16008861
官网:aphp.top 作者:无念([email protected])
All versions of easywill with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.3
ext-json Version *
ext-pdo Version *
ext-mbstring Version *
ext-gd Version *
ext-openssl Version *
ext-curl Version *
ext-ctype Version *
ext-json Version *
ext-pdo Version *
ext-mbstring Version *
ext-gd Version *
ext-openssl Version *
ext-curl Version *
ext-ctype Version *
The package willphp/easywill contains the following files
Loading the files please wait ....