Download the PHP package shaobingme/startmvc without Composer
On this page you can find all versions of the php package shaobingme/startmvc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shaobingme/startmvc
More information about shaobingme/startmvc
Files in shaobingme/startmvc
Download shaobingme/startmvc
More information about shaobingme/startmvc
Files in shaobingme/startmvc
Vendor shaobingme
Package startmvc
Short Description A light-weight PHP MVC framework.
License Apache-2.0
Homepage http://www.startmvc.com/
Package startmvc
Short Description A light-weight PHP MVC framework.
License Apache-2.0
Homepage http://www.startmvc.com/
Please rate this library. Is it a good library?
Informations about the package startmvc
StartMVC 是一款超轻量php7框架,面向对象开发,小巧、优雅、高效
,遵循 Apache2 开源协议发布的,支持 Composer 和 RESTful 的 PHP 开源框架。
StartMVC 能够帮助开发者以最小的学习成本快速构建 Web 应用,在满足开发者最基础的分层开发、数据库和缓存访问等少量功能基础上,做到尽可能精简,以帮助您的应用基于框架高效运行。
优势
- 轻量极致,可以高效地运行,打包后只有50k
- 完全支持Composer,代码遵循ps2,psr4规范,方便扩展第三方类库。
- 官方免费提供常用的扩展类库下载,拿来即用。
- 数据库采用PDO操作,支持多种数据库。
- 支持多应用、扩展机制、路由分发、自动加载、RESTFul Api、缓存、MVC结构和依赖注入。。
- 采用原生 php语法作为视图引擎,您不必再去学习模板语法!系统运行效率极大提高!
- 松耦合,执行效率更高。
- 系统结构简洁,代码优雅规范。
- 学习成本低,只要有一点php基码就可以迅速上手。
安装
解压后上传到服务器项目目录下,就可以直接使用了。StartMVC支持主程序和WEB站点根目录分离。默认的站点根目录是public,请将域名绑定(指向)到public目录,访客无法访问到除public目录之外的文件,有更高的安全性。
composer安装
composer create-project shaobingme/startmvc
官网
http://www.startmvc.com QQ群:231304282 (加群口令startmvc)
All versions of startmvc with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package shaobingme/startmvc contains the following files
Loading the files please wait ....