I'm using Yii2 and would like to be able to use jackocnr/intl-tel-input libs as a autoloader/widget via composer. I can install via composer, but there's no autoload/psr-4 statement in the composer file.
I've used borales/yii2-phone-input in Yii2 and it works well. Do I need to write my own package that uses jackocnr/intl-tel-input?
The other alternative is to just call the libs manually, but would like to void that if possible.
Thanks in advance for any help you can give.