Download the PHP package rosiersrobin/filament-miqey-login without Composer
On this page you can find all versions of the php package rosiersrobin/filament-miqey-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rosiersrobin/filament-miqey-login
More information about rosiersrobin/filament-miqey-login
Files in rosiersrobin/filament-miqey-login
Package filament-miqey-login
Short Description Filament login for Miqey sms login support
License MIT
Homepage https://github.com/rosiersrobin/filament-miqey-login
Informations about the package filament-miqey-login
Filament login for Miqey sms login support
Add support for MiQey login flows to your Filament PHP project.
This package requires a valid MiQey Account and Pusher to work. You also need to have Queues setup.
Installation
You can install the package via composer:
Requirements
- Pusher (or other socket service that uses pusher protocol)
- queue worker (not sync)
- MiQey account with credit
Usage
Change the login()
function in your panel provider you want the login to be active on.
Add the following keys to your .env:
Make sure you have pusher setup and working.
Currently, this package uses the default queue to handle the webhooks received. Make sure you have a working queue setup that is NOT sync.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Robin Rosiers
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-miqey-login with dependencies
filament/filament Version ^3.0
libaro/miqey-client Version ^1.0
spatie/laravel-package-tools Version ^1.15.0