Download the PHP package d4ry/imap-client without Composer

On this page you can find all versions of the php package d4ry/imap-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package imap-client

PHP IMAP Client

Tests codecov Mutation testing badge Packagist Version Packagist Downloads License Apache 2.0

Raw-socket IMAP client for PHP 8.4+ — zero dependencies, full IMAPv4rev2 support.

Designed from scratch for modern PHP: speaks IMAP directly over sockets, fetches only what you ask for, and gives you full control over the protocol when you need it.

Installation

Requirements: PHP 8.4+, ext-openssl, ext-mbstring

Quick Start

Search Example

More examples and the full API are in the documentation.

Benchmarks

Head-to-head benchmarks against webklex/php-imap and ddeboer/imap, run against a local Dovecot in Docker with 1 warmup + 10 measured runs per scenario. Time = median ms, memory = per-scenario delta in MB. Bold marks the row winner.

Scenario d4ry (ms / MB) webklex (ms / MB) ddeboer (ms / MB)
Fetch text body of large-attachment message 40.8 / 0.50 9,123.8 / 374.64 45.2 / 0.42
Search UNSEEN FROM x SINCE y 107.6 / 0.59 165.8 / 5.26 114.5 / 0.40
Cold open + read first 10 53.8 / 0.76 211.5 / 6.21 90.9 / 0.68

Results depend heavily on how each library is called — see D4ryB3rry/imap-client-benchmarks; PRs that improve any adapter are welcome.

Documentation

Guides

Reference

Advanced

License

Licensed under the Apache License 2.0.


All versions of imap-client with dependencies

PHP Build Version
Package Version
Requires ext-mbstring Version *
ext-openssl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package d4ry/imap-client contains the following files

Loading the files please wait ...