To verify users for firebase I want to use https://github.com/firebase/firebase-token-generator-php which depends on https://github.com/firebase/php-jwt But how to install? I've checked out both resources in 'libs/firebase-token-generator-php' respectively 'libs/php-jwt'
The problem:
"firebase-token-generator-php" uses include_once 'JWT.php'; and that's neither in the same folder nor in my include path.
It would really be easier if I could use composer for that.