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!
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.
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.