# thinkphp框架下載
>[info][git下載地址](https://coding.net/u/liu21st/p/thinkphp5/git/tree/5.2)
# 推薦框架
# Phalapi api開發超級框架
# Tp5.1管理后臺
DolphinPHP >= 1.4版本
# Tp5.0 管理后臺
Fastadmin
`php7.2 -r 'print_r(openssl_get_md_methods());'`
# 安裝thinkphp 5.2 開發版本
>[info] D:\qampp\php\php.exe x:\composer.phar require topthink/framework:5.2.*-dev
```
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 6 installs, 0 updates, 0 removals
- Installing opis/closure (3.1.6): Downloading (100%)
- Installing psr/container (1.0.0): Downloading (100%)
- Installing psr/simple-cache (1.0.1): Downloading (100%)
- Installing psr/log (1.1.0): Downloading (100%)
- Installing psr/cache (1.0.1): Downloading (100%)
- Installing topthink/framework (5.2.x-dev f44aefd): Cloning f44aefda77 from cache
Writing lock file
Generating autoload files
```
- 文檔說明
- 5.1對比5.0.X版本需要注意點
- 待解答問題QA
- THINKPHP基礎
- 常用技巧
- tp5.1系統信息
- 容器、Facade、依賴注入
- 其它要點記錄
- 數據庫與模型
- 數據集
- AQ問題集
- API開發
- restful開發
- restful測試之ZClient開發
- api開發
- 緩存
- 組件開發
- 采集組件ZSnoopy
- restful測試組件ZClient
- thinkphp各功能模塊
- thinkphp-Log
- 隊列thinkphp-Queue
- THINKPHP擴展
- 單元測試
- 類庫庫遷移工具Migration
- 命令行
- 關于console擴展要點
- 附錄
- 第三方實用PHP庫
- 實用IP庫
- phpQuery庫
- Guzzle庫
- Markdown解釋庫Parsedown
- 上線的項目debug組件
- nette/utils實用函數庫
- 推薦框架DolphinPHP
- Thinkphp之widget
- 表單組件form
- 前端框架推薦
- 推薦框架fastadmin
- PHP7最新語法
- 前端框架
- Echart
- mysql觸發器
- PHP實用技巧與函數
- composer實用筆記