GithubHelp home page GithubHelp logo

live php 简洁高效的PHP框架

框架核心只做了一件事: url地址到控制器方法的映射 支持多级控制器目录

  • 默认地址:/index/index 对应 app/controller/index.php控制器 index方法
  • /admin/user/list 对应 app/controller/admin/user.php控制器 list方法
  • /home/user/index/userinfo 对应 app/controller/home/user/index.php控制器 userinfo方法

集成mysql操作

ninvfeng/mysql

集成mongodb操作

ninvfeng/mongodb

集成数据验证

think-validate

封装get和post方法快速获取并验证请求参数

  • $id=get('id','require','请输入ID');
  • $username=post('username','require|min:6','请填写用户名且长度不少于6位');

适用场景

  • 回归php简单的本质, 快速开始一个简单的项目
  • 框架核心只有短短几十行, 特别适合学习如何快速搭建一个自己的框架

ninvfeng's Projects

administrative-divisions-of-china icon administrative-divisions-of-china

中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,**省市区镇村二级三级四级五级联动地址数据 Node.js 爬虫。

anse icon anse

Supercharged experience for ChatGPT, DALL-E and Stable Diffusion.

authenticator icon authenticator

Authenticator generates 2-Step Verification codes in your browser.

chatgpt-shortcut icon chatgpt-shortcut

Maximize your efficiency and productivity. 让生产力加倍的 ChatGPT 快捷指令,按照领域和功能分区,可对提示词进行标签筛选、关键词搜索和一键复制。

cyjl icon cyjl

一个go语言写的使用命令行的成语接龙

electerm icon electerm

📻Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)

goproxy icon goproxy

Proxy is a high performance HTTP(S), websocket, TCP, UDP,Secure DNS, Socks5 proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,防污染DNS,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,域名黑白名单,跨平台,KCP协议支持,集成外部API。

hyperf icon hyperf

🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.

kodexplorer icon kodexplorer

A web based file manager,web IDE / browser based code editor

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.