dtApp Logo

ThinkPHP6扩展包

📦 ThinkPHP6扩展包 [![Latest Stable Version](https://poser.pugx.org/liguangchun/think-library/v/stable)](https://packagist.org/packages/liguangchun/think-library) [![Latest Unstable Version](https://poser.pugx.org/liguangchun/think-library/v/unstable)](https://packagist.org/packages/liguangchun/think-library) [![Total Downloads](https://poser.pugx.org/liguangchun/think-library/downloads)](https://packagist.org/packages/liguangchun/think-library) [![License](https://poser.pugx.org/liguangchun/think-library/license)](https://packagist.org/packages/liguangchun/think-library) ## 依赖环境 1. PHP7.0 版本及以上 ## 安装 ### 开发版 ```text composer require liguangchun/think-library ^6.x-dev -vvv ``` ### 稳定版 ```text composer require liguangchun/think-library ^6.0.* -vvv ``` ## 更新 ```text composer update liguangchun/think-library -vvv ``` ## 删除 ```text composer remove liguangchun/think-library -vvv ```