Popularity
2.4
Growing
Activity
2.7
-
44
13
25

Description

This is the replacement for PHP IMAP works with OAUTH2

Programming language: PHP
License: GNU General Public License v3.0 only
Tags: Email     PHP7     Imap     Mail     Mailer     OAuth     Composer Repositories     Google Oauth    
Latest version: v0.1.9

php-imap2 alternatives and similar libraries

Based on the "Email" category.
Alternatively, view php-imap2 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of php-imap2 or a related project?

Add another 'Email' Library

README

[PHP IMAP2](docs/logo.png)

PHP IMAP2

Linter

Requirements

  • PHP >= 7.0

Install

composer require javanile/php-imap2

or

Download latest release

Usage

$mbh = imap2_open($server, $username, $token, OP_XOAUTH2);
if (! $mbh) {
    error_log(imap2_last_error());
    throw new \RuntimeException('Unable to open the INBOX');
}

Gmail OAuth2

Scope: https://mail.google.com/

Sandbox

Other links

Reference

Microsoft Outlook

IMAP & OAUTH