如何将此非composer包用于控制器?https://github.com/lelag/otphp
我试过
use OTPHP;
$totp = new OTPHPTOTP($secret);
我得到
未找到类"OTPP\TOTP"
您将需要该文件。
require_once('/path/to/otphp.php');
或者,如果您想使用composer.json,请研究使用类映射