为了方便更多的 PHP 开发者,最近分离整理了几个 5.1 的类库包( PHP5.6+),可以直接使用 composer 安装,包括
https://github.com/top-think/think-orm
composer require topthink/think-orm
https://github.com/top-think/think-template
composer require topthink/think-template
保持更新中~如果有新的库也会更新
2017-11-17 topthink/think-validate 验证类库
1
abccccabc 2017-11-09 09:37:22 +08:00
TP5.1 直接上 PHP7.0,低版本别支持了,学习下 lavarel5.5。
|
2
topthink OP @abccccabc 感谢建议,主要是 PHP7 没有 5.1 版本必须要用到的功能 都是语法糖,而且国内很多企业还是不能直接上 7 (这里面的因素很多,不像个人项目)我想下一个版本肯定是基于 PHP7 了的~
|
3
abccccabc 2017-11-09 14:22:09 +08:00
啥时候出正式版 TP5.1 ????
好像每次出个版本就和前面的不兼容,这个我感觉不太好。 |