文件名称:alitphp:轻巧,超快的微型框架
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-19 02:21:50
lightweight php framework mvc tiny
alitphp 简单,轻便的php microframework 你得到什么? 具有中间件支持的简单路由引擎 简单的本机模板 INI样式的配置 点符号数组访问 要求 PHP 5.3+(在php7上未经测试) 网络服务器(您可以在php5.4 +上使用内置的网络服务器) 如果使用apache,请使用mode_rewrite PCRE 8.02+(通常已经与php捆绑在一起) 对TMP目录的可写访问。 Web服务器配置: 阿帕奇 Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.php [L] NginX location / { try_files $u
【文件预览】:
alitphp-master
----fw()
--------alit.php(45KB)
----ui()
--------header.ui.php(498B)
--------footer.ui.php(7B)
--------index.ui.php(293B)
----tmp()
--------.gitkeep(0B)
----LICENSE(1KB)
----README.md(7KB)
----index.php(296B)
----.editorconfig(155B)
----.gitignore(22B)
----.htaccess(177B)
----composer.json(319B)