https://github.com/speedphp/speed
SpeedPHP框架新版
https://github.com/speedphp/speed
Last synced: 11 months ago
JSON representation
SpeedPHP框架新版
- Host: GitHub
- URL: https://github.com/speedphp/speed
- Owner: speedphp
- License: other
- Created: 2015-10-13T00:36:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T05:46:39.000Z (about 6 years ago)
- Last Synced: 2025-07-09T08:04:13.066Z (11 months ago)
- Language: PHP
- Homepage: http://www.speedphp.com/thread-4828-1-1.html
- Size: 157 KB
- Stars: 145
- Watchers: 23
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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://github.com/SpeedPHP/speed
下载地址:https://github.com/SpeedPHP/speed/archive/master.zip
使用方法:https://github.com/SpeedPHP/manual/blob/master/README.md
新版求助和反馈:http://www.speedphp.com/forum-26-1.html