ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# 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 ```