ThinkPHP Why use composer?
岁月神偷
岁月神偷 2021-12-30 18:46:08
0
1
1041

Composer is used for the installation package of PHP software, and thinkphp is the framework software of PHP. Why does THINKPHP use composer? What operations are performed here? Please explain it to Daniel, thank you!

岁月神偷
岁月神偷

reply all(1)
逆旅行人

Let me talk about my own use. Composer is a PHP package dependency management tool. It can introduce PHP namespace and automatically load it. Even if you don’t use the TP framework, the use of composer is inevitable, because composer can easily download some Components, save a lot of things https://packagist.org/ You can check out this website.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template