Download the PHP package punarinta/email-auth without Composer
On this page you can find all versions of the php package punarinta/email-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package email-auth
EmailAuth
A library to authenticate via an arbitrary email or/and to discover IMAP/SMTP settings by email address. Can be for example used in the projects where one doesn't need to keep a user entity in the database, but for which at the same time an authentication with service providers like Google is not enough.
Installation
- Install Composer: https://getcomposer.org/download
- Run
- Assure "autoload.php" file from vendor directory is included
Sample usage
Authentication
Discovery
Troubleshooting
Fatal error: Call to undefined function imap_open()
No IMAP module is installed for PHP. Here's an example for PHP7 and Ubuntu how to fix it.
License
This project is licensed under the terms of MIT license.
All versions of email-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package punarinta/email-auth contains the following files
Loading the files please wait ....