PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP GPG Email Encrypt   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GPG Email Encrypt
Encrypt, decrypt and sign email messages with GPG
Author: By
Last change: Merge pull request #5 from hsegnitz/hotfix/infinite-recursion

Fixes an infinite recursion in getTransport()
Date: 2 years ago
Size: 725 bytes
 

Contents

Class file image Download
{ "name": "paragonie/gpg-mailer", "description": "Encrypt outbound emails with Crypt_GPG", "license": "MIT", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com", "homepage": "https://paragonie.com", "role": "Development Team" } ], "keywords": [ "Cryptography", "Email", "GPG", "GnuPG", "Mailer" ], "homepage": "https://paragonie.com", "type": "library", "autoload": { "psr-4": { "ParagonIE\\GPGMailer\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^8", "vimeo/psalm": "^3" }, "require": { "php": "^7.2|^8", "laminas/laminas-mail": "^2.8", "pear/crypt_gpg": "^1.6" } }