PHPGangsta / GoogleAuthenticator

PHP class to generate and verify Google Authenticator 2-factor authentication
http://phpgangsta.de/4376
BSD 2-Clause "Simplified" License
2.23k stars 688 forks source link

Missing packagist release #50

Open spaze opened 6 years ago

spaze commented 6 years ago

Packagist phpgangsta/googleauthenticator is missing a 1.0.1 release.

After asking the author to add it, I got this reply:

I would like to, but someone else took the packagist namespace "phpgangsta". I will have to contact him, so he can add me as a maintainer or so.

This means the author doesn't control Packagist releases, someone else does, and this security lib probably should not be used.

Due to the missing release

composer install phpgangsta/googleauthenticator

fails with

Could not find package phpgangsta/googleauthenticator at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

Please take control of the Packagist namespace and add a release so that it can be installed using composer without specifying dev-master version (see #45).

Thank you.

krynble commented 6 years ago

Having same issue here. Can't install using composer.

vzool commented 6 years ago

Install it by this way:

composer require phpgangsta/googleauthenticator:dev-master

Hope its help you.

willpower232 commented 6 years ago

If you would like a composer-installable similar library have a look at https://github.com/RobThree/TwoFactorAuth which is apparently an improvement on this library.

RSpeekenbrink commented 5 years ago

Bump (Still an issue)

eightyfive commented 4 years ago

Thanks @willpower232.

Can't believe this library has 1.6k stars and not a stable release published on packagist... 🤦‍♂