Compolomus/kmail

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "compolomus/kmail",
  "description": "Light PHP mailer",
  "license": "GPL-3.0",
  "keywords": [
    "email",
    "attach files",
    "send email"
  ],
  "type": "library",
  "authors": [
    {
      "name": "Koenig",
      "email": "compolom@gmail.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "Compolomus\\Kmail\\": "src/"
    }
  },
  "require": {
    "php": ">=5.4.0"
  }
}