All Projects → shaobingme → startmvc

shaobingme / startmvc

Licence: Apache-2.0 License
超轻量php框架 lightweight php framework

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to startmvc

Koseven
Koseven a Kohana fork compatible with PHP7
Stars: ✭ 332 (+1228%)
Mutual labels:  mvc, php-framework
OwOFrame
A lightweight MVC framework for PHP
Stars: ✭ 46 (+84%)
Mutual labels:  mvc, php-framework
Imi
imi 是基于 Swoole 的 PHP 协程开发框架,它支持 Http、Http2、WebSocket、TCP、UDP、MQTT 等主流协议的服务开发,特别适合互联网微服务、即时通讯聊天im、物联网等场景!。QQ群:17916227
Stars: ✭ 680 (+2620%)
Mutual labels:  mvc, php-framework
Bingo-Framework
MVC framework for PHP
Stars: ✭ 15 (-40%)
Mutual labels:  mvc, php-framework
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-12%)
Mutual labels:  mvc, php-framework
miniPHP
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 147 (+488%)
Mutual labels:  mvc, php-framework
Php Msf
PHP微服务框架即Micro Service Framework For PHP
Stars: ✭ 1,764 (+6956%)
Mutual labels:  mvc, php-framework
PHPFlask
🍶 Flask for PHP
Stars: ✭ 15 (-40%)
Mutual labels:  mvc, php-framework
velox
The minimal PHP micro-framework.
Stars: ✭ 55 (+120%)
Mutual labels:  mvc, php-framework
fir
Fir. A lightweight PHP MVC Framework.
Stars: ✭ 33 (+32%)
Mutual labels:  mvc, php-framework
Miniphp
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 144 (+476%)
Mutual labels:  mvc, php-framework
W
Framework pédagogique de la WebForce3
Stars: ✭ 10 (-60%)
Mutual labels:  mvc, php-framework
Leaf
🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly
Stars: ✭ 248 (+892%)
Mutual labels:  mvc, php-framework
Lightweight-PHP-Framework-For-Web-and-APIs
Simple PHP framework that helps you quickly understand and write simple APIs.
Stars: ✭ 24 (-4%)
Mutual labels:  mvc, php-framework
leafMVC
MVC "Framework" created from Leaf PHP Framework
Stars: ✭ 25 (+0%)
Mutual labels:  mvc, php-framework
Space
This repository contains sample projects associated with articles I write.
Stars: ✭ 21 (-16%)
Mutual labels:  mvc
simpleDjangoProject
simpleDjangoProject
Stars: ✭ 30 (+20%)
Mutual labels:  mvc
bfmvc
模仿springmvc的轻量级web框架,适合学习和搭建小型web项目使用
Stars: ✭ 86 (+244%)
Mutual labels:  mvc
spear
Spear轻量级微服务框架,高扩展性,目前已支持TCP、HTTP、WebSocket以及GRPC协议,采用Consul/Nacos作为服务注册与发现组件,TCP协议采用DotNetty底层实现,HTTP协议采用ASP.NET CORE MVC实现。
Stars: ✭ 49 (+96%)
Mutual labels:  mvc
MVC
基于MVC+EF6+EasyUI搭建的后台管理系统(粗糙版,精华版之后发布)
Stars: ✭ 14 (-44%)
Mutual labels:  mvc

输入图片说明

StartMVC 是一款超轻量php7框架,面向对象开发,小巧、优雅、高效,遵循 Apache2 开源协议发布的,支持 Composer 和 RESTful 的 PHP 开源框架。

StartMVC 能够帮助开发者以最小的学习成本快速构建 Web 应用,在满足开发者最基础的分层开发、数据库和缓存访问等少量功能基础上,做到尽可能精简,以帮助您的应用基于框架高效运行。

优势

  • 轻量极致,可以高效地运行,打包后只有50k
  • 完全支持Composer,代码遵循ps2,psr4规范,方便扩展第三方类库。
  • 官方免费提供常用的扩展类库下载,拿来即用。
  • 数据库采用PDO操作,支持多种数据库。
  • 支持多应用、扩展机制、路由分发、自动加载、RESTFul Api、缓存、MVC结构和依赖注入。。
  • 采用原生 php语法作为视图引擎,您不必再去学习模板语法!系统运行效率极大提高!
  • 松耦合,执行效率更高。
  • 系统结构简洁,代码优雅规范。
  • 学习成本低,只要有一点php基码就可以迅速上手。

官网

http://www.startmvc.com QQ群:231304282 (加群口令startmvc)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].