Package Data | |
---|---|
Maintainer Username: | thorstensuckow |
Maintainer Contact: | thorsten@suckow-homberg.de (Thorsten Suckow-Homberg) |
Package Create Date: | 2019-07-06 |
Package Last Update: | 2024-11-06 |
Home Page: | https://www.conjoon.org/docs/api/backends/@conjoon/lumen-app-email |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-24 15:01:40 |
Package Statistics | |
---|---|
Total Downloads: | 192 |
Monthly Downloads: | 5 |
Daily Downloads: | 0 |
Total Stars: | 4 |
Total Watchers: | 2 |
Total Forks: | 2 |
Total Open Issues: | 16 |
Microservice for IMAP operations.
conjoon/lumen-app-email is a PHP application built with Lumen. It provides the REST API implementation according to conjoon/rest-api-description#rest-api-email and serves as a functional webmail-backend for IMAP operations.
rest-api-email
,
hosted at conjoon/rest-api-description.$ git clone https://github.com/conjoon/lumen-app-email
$ cd ./lumen-app-email
$ composer i
The official Lumen-documentation has guides on setting up a webservers running a Lumen application.
Please refer to the official documentation of lumen-app-email for further information on installation and configuration.
conjoon/ddev-ms-email provides a .ddev
/Docker configuration for a container
running lumen-app-email out-of-the-box.
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 mentioned in THIS package's composer.json This repository is also mentioned in the composer.json-file of horde/horde_deployment.