GithubHelp home page GithubHelp logo

onanying / expressphp-v1 Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 3.0 148 KB

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

PHP 99.76% ApacheConf 0.24%
php framework api codeigniter thinkphp5 mvc expressphp

expressphp-v1's Introduction

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完全开发手册

在线查看手册
下载手册

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.