## 框架获取
###composer
* * * * *
+ composer.json:
{
"require": {
"php": ">=7.0.0",
"msqphp/framework": "1.9.*"
},
"autoload": {
"psr-4": {
"app\": "application/",
"test\": "test/"
}
},
"minimum-stability": "dev"
}
+ composer update
### git
* * * * *
+ git : https://github.com/MsqPHP/msqphp
+ 下载git压缩包
+ 解压放置到web/msqphp目录下



