Home > Backend Development > PHP Tutorial > 推荐一些个人写的php框架

推荐一些个人写的php框架

WBOY
Release: 2016-06-06 20:41:31
Original
1009 people have browsed it

推荐一些个人写的php框架 (我想知道踩的人怎么想的)

回复内容:

推荐一些个人写的php框架 (我想知道踩的人怎么想的)

Slim,地址https://github.com/codeguy/Slim 个人(国外某大牛)写的微框架,很适合做RESTFull API 简单易懂

可以看看鸟哥的Yaf(Yet Another Framework)

http://www.laruence.com/manual/

鸟哥--惠新宸,国内最有影响力的PHP技术专家, PHP开发组核心成员 , PECL开发者 , Zend公司外聘顾问, 曾供职于雅虎,百度。现在新浪微博任平台及数据部总架构师兼首席PHP顾问。

http://www.workerman.net/
国产个人写的,框架比较另类,是一个PHP socket 服务端框架
有一些有趣的例子:
例如:
小蝌蚪聊天室
websocket聊天室

http://qeephp.114.ms
QeePHP_V3 框架,可以去看看一下。

本来我是想推荐thinkphp的 但是你非得要个人写的 估计就有大神踩你吧
完整的OOM MVC封装 支持多种数据库 支持mongo 这些算理由么

推荐一个100行的Router库做路由控制器 https://github.com/lloydzhou/router,可以根据映射的handler自动从request获取变量($_GET, $_POST, $_COOKIE),支持自定义error handler和hook。可以通过hook方便的定制参数过滤、登录检查等。

同样的问题 却被踩了 http://segmentfault.com/q/1010000000451391

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template