https://github.com/conjoon/php-lib-conjoon
PHP library for IMAP operations
https://github.com/conjoon/php-lib-conjoon
Last synced: 8 months ago
JSON representation
PHP library for IMAP operations
- Host: GitHub
- URL: https://github.com/conjoon/php-lib-conjoon
- Owner: conjoon
- License: mit
- Created: 2022-05-11T15:39:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T15:58:01.000Z (over 2 years ago)
- Last Synced: 2025-10-03T01:26:02.306Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# conjoon/php-lib-conjoon  
PHP library for IMAP operations.
## Installation
```shell
$ composer i
```
## Additional Information
**php-lib-conjoon** is a side project of [**conjoon/lumen-app-email**](https://github.com/conjoon/lumen-app-email), a microservice for email operations based on [rest-api-email](https://www.conjoon.org/docs/api/rest-api/@conjoon/rest-api-description/rest-api-email).
## Composer 2.0 - Pear/Horde vows
As of **v1.0.1**, _php-lib-conjoon_ no longer requires _Composer 1.*_ for installation.
For _Composer 2.*_-compatibility, _php-lib-conjoon_ relies on the following private composer
package repository:
```
https://horde-satis.maintaina.com
```
This repository is also mentioned in the _composer.json_-file of
[horde\/horde_deployment](https://github.com/horde/horde-deployment/blob/master/composer.json).