IMPORTANT All our Yii widgets will be discontinued as we are transitioning from a monolithic infrastructure into a microservice network and having the backend completely separated from frontend clients. We encourage you to avoid using PHP among with CSS/HTML/Javascript and move towards Modern FE technologies like Angular/React/Vue and mobile like ionic, react native, flutter.
Yii2 facelogin
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist inquid/yii2-face-login "*"
or add
"inquid/yii2-face-login": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \inquid\facelogin\FaceLoginWidget::widget(); ?>