Popularity
2.7
Growing
Activity
6.5
-
59
11
37
Description
This is the replacement for PHP IMAP works with OAUTH2
Programming language: PHP
License: GNU General Public License v3.0 only
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.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of php-imap2 or a related project?
README
[PHP IMAP2](docs/logo.png)
PHP IMAP2
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
- Gmail Demo - https://phpsandbox.io/e/x/zwauf?layout=EditorPreview&defaultPath=%2F&theme=dark&showExplorer=no&openedFiles=
- Outlook Demo - COMING SOON