After PHP manually loads third-party classes into the vendor file, use composer to automatically load the class to find the added SDK.

Sometimes the third-party class library (SDK) we want to use is not packaged with composer and cannot be installed with composer. What should I do? ? ?

Proceed as follows:

The first step is to download the SDK file package you need and put it in the vendor directory.

Step 2: Click here

Guess you like

Origin blog.csdn.net/wqzbxh/article/details/128958526