All Projects → onanying → ExpressPHP-V1

onanying / ExpressPHP-V1

Licence: other
✨ ExpressPHP V1是一个极简的 web 开发MVC框架,和ThinkPHP5一样现代化,比CodeIgniter还要轻量级,真正突破框架限制,让你感受到自由,同时兼顾高性能、低学习成本。

Programming Languages

PHP
23972 projects - #3 most used programming language
ApacheConf
554 projects

Projects that are alternatives of or similar to ExpressPHP-V1

Bancha
Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.
Stars: ✭ 76 (+484.62%)
Mutual labels:  mvc, codeigniter
Flexicms
Flexible site management system Flexi CMS
Stars: ✭ 61 (+369.23%)
Mutual labels:  mvc, codeigniter
faces
Jakarta Faces
Stars: ✭ 44 (+238.46%)
Mutual labels:  mvc
GoInstaller
GoInstaller is installer for CodeIgniter with user interface (UI).
Stars: ✭ 31 (+138.46%)
Mutual labels:  codeigniter
sirius
Modern coffeescript/javascript framework
Stars: ✭ 20 (+53.85%)
Mutual labels:  mvc
ExtApp
ExtApp是一个基于三层架构,使用NHibernate、API Controller和ExtJs创建的,用于简化政府和企业应用开发的Web应用程序框架。
Stars: ✭ 14 (+7.69%)
Mutual labels:  mvc
puremvc-swift-multicore-framework
PureMVC MultiCore Framework for Swift
Stars: ✭ 17 (+30.77%)
Mutual labels:  mvc
app
Aplus Framework App Project
Stars: ✭ 338 (+2500%)
Mutual labels:  mvc
codeigniter-tettei-apps
『CodeIgniter徹底入門』のサンプルアプリケーション(CodeIgniter v3.1版)
Stars: ✭ 26 (+100%)
Mutual labels:  codeigniter
easy-gin
一套基于 Gin 框架的 MVC 脚手架,使用 govendor 包管理
Stars: ✭ 74 (+469.23%)
Mutual labels:  mvc
fluentassertions.mvc
Fluent Assertions extensions for ASP.NET MVC
Stars: ✭ 36 (+176.92%)
Mutual labels:  mvc
estore
Electronic Store Application - A web based application developed using PHP and Driven by MySQL Database
Stars: ✭ 48 (+269.23%)
Mutual labels:  mvc
app container
a little little framework 一个简单的SPA框架, 按照自己对SPA的交互理解制作~
Stars: ✭ 19 (+46.15%)
Mutual labels:  mvc
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (+38.46%)
Mutual labels:  codeigniter
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core 3.x applications.
Stars: ✭ 117 (+800%)
Mutual labels:  mvc
databind-js
A powerful and flexible MVC data binding library
Stars: ✭ 16 (+23.08%)
Mutual labels:  mvc
CodeIgniter-Minifyhtml-hooks
A CodeIgniter Hooks that will Minify the HTML, Reducing network latency, enhancing compression, and faster browser loading and execution.
Stars: ✭ 30 (+130.77%)
Mutual labels:  codeigniter
codeigniter-image-magician
🎨 An ImageMagick library for CodeIgniter.
Stars: ✭ 13 (+0%)
Mutual labels:  codeigniter
dilovel
An advanced framework is written in PHP, a framework containing rich components such as middleware, orm, request management, template engine, elasticsearch, template engine, many modern frameworks have been written by adopting clean code principles completely written in accordance with PHP standards. like linux operating system ...All of control…
Stars: ✭ 38 (+192.31%)
Mutual labels:  mvc
wulaphp
一个有点复杂的PHP框架!
Stars: ✭ 26 (+100%)
Mutual labels:  mvc

ExpressPHP V2 已更名为 MixPHP,一个颠覆和重构版本,全新的架构思想,欢迎使用。

欢迎使用 ExpressPHP

ExpressPHP 是一个极简的 web 开发MVC框架,和 ThinkPHP5 一样现代化,比 CodeIgniter 还要轻量级,真正突破框架限制,让你感受到自由,同时兼顾高性能、低学习成本。

你可能在寻找一个这样的框架

  • 不喜欢复杂,追求简单,能快速掌握;
  • CodeIgniter 一样小巧、高性能;
  • ThinkPHP5 一样拥有自动加载、PSR规范、Composer等新特性;
  • API 开发有专门优化;
  • NoSQL 的支持;
  • APP目录结构灵活,都可以由你来定义;
  • 架构简单,代码量小,能很容易读懂框架源代码;

不一样的小细节

  • 路由可以绑定整个控制器的所有方法,只需配置一条规则;
  • 视图使用 PHP 原生模板;
  • 控制器、模型无需继承任何类;
  • Json 输出不转义中文、反斜杠;
  • Json Pdo 支持 null 转空字符 (默认未开启);
  • 自动回滚含有零影响行数的事务 (默认开启,可关闭);
  • 404 Not Found 支持响应 json xml 类型 (需配置);

ExpressPHP完全开发手册

ExpressPHP完全开发手册

在线查看手册
下载手册

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].