# speed **Repository Path**: SpeedPHP/speed ## Basic Information - **Project Name**: speed - **Description**: SpeedPHP框架新版 - **Primary Language**: PHP - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: https://speedphp.com - **GVP Project**: No ## Statistics - **Stars**: 70 - **Forks**: 3 - **Created**: 2013-08-01 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: webframework **Tags**: PHP ## README ### 新版的SpeedPHP框架speed.php 已经很快了,还能不能更快? 已经很轻量级了,还能不能更轻? 已经很容易学了,还能不能更容易? PHP框架真的要用尽Java的23种设计模式,才能开发项目? **所以我们有了新的SpeedPHP框架:** 1. 核心代码不到500行,简约易学但功能强大,速度飞快。 2. 易于使用的伪静态路由规则,构造各种各样的地址 3. 大部分的约定配置,更专注于业务功能 4. 直接使用new语法代替spClass,让代码提示更智能。 5. 适应PHP5.2以上版本的语法,调试模式打开STRICT语法要求,代码更健壮 6. 支持modules多应用开发架构 7. 增加BaseController父类,方便全局操作。 8. 新模板引擎支持Smarty日常全部语法,还有布局、自动输出等方便功能。 9. 默认支持MySQL多库访问、读写分离、分页,按需连接使得数据库更轻更快 10. 强安全策略,自动防止跨站脚本、SQL注入攻击等。 **已经正式发布,望各位不吝指教。** 新版代码;https://gitee.com/SpeedPHP/speed 下载地址:https://gitee.com/SpeedPHP/speed/archive/master.zip 使用方法:https://gitee.com/SpeedPHP/manual/blob/master/README.md 新版求助和反馈:http://www.speedphp.com/forum-26-1.html