Download the PHP package sherman/x without Composer
On this page you can find all versions of the php package sherman/x. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor sherman
Package x
Short Description X is a PHP micro frameworks
License BSD-3-Clause
Package x
Short Description X is a PHP micro frameworks
License BSD-3-Clause
Keywords microphp framework
Please rate this library. Is it a good library?
Informations about the package x
X framework - 极简的php mvc 框架
(PHP 5 >= 5.5.0)
利用composer 做自动加载
这年头不用composer 都不好意思说自己学过php.
参考 Yii框架的Component 组件设计
有点Yii框架的影子,方便扩展,通过配置替换框架代码,实现自己想要的功能
没有复杂的设计模式,最多就用个继承
十分钟上手,才十来个文件的框架,几百行代码,有啥不满意的,直接改框架源码就是了
适合做个小网站,快速开发
没有复杂的路由解析了,只能通过 r=controller/action 的形式来访问 适合放在php虚拟主机,没钱买不起服务器;没有多域名,没有apache、nginx 可配置,一切从简。
项目文件说明
安装
composer require sherman/x
例子及说明文档
All versions of x with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
ext-json Version *
ext-pdo Version *
ext-mbstring Version *
ext-json Version *
ext-pdo Version *
ext-mbstring Version *
The package sherman/x contains the following files
Loading the files please wait ....