NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
composer.json
{
    "name": "ddeboer/imap",
    "description": "Object-oriented IMAP for PHP",
    "license": "MIT",
    "keywords": [
        "email",
        "mail",
        "imap"
    ],
    "authors": [
        {
            "name": "David de Boer",
            "email": "[email protected]"
        },
        {
            "name": "Filippo Tessarotto",
            "email": "[email protected]"
        },
        {
            "name": "Community contributors",
            "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
        }
    ],
    "require": {
        "php": "^8.0.1",
        "ext-iconv": "*",
        "ext-imap": "*",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^v3.4.0",
        "laminas/laminas-mail": "^2.15.1",
        "malukenho/mcbumpface": "^1.1.5",
        "phpstan/phpstan": "^1.3.3",
        "phpstan/phpstan-phpunit": "^1.0.0",
        "phpstan/phpstan-strict-rules": "^1.1.0",
        "phpunit/phpunit": "^9.5.11"
    },
    "autoload": {
        "psr-4": {
            "Ddeboer\\Imap\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Ddeboer\\Imap\\Tests\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "malukenho/mcbumpface": true
        }
    }
}