capile/pgp

GPG for encryption and signing

Maintainers

Details

github.com/capile/pgp

Source

Issues

Installs: 392

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

pkg:composer/capile/pgp

1.0.5 2021-06-16 15:25 UTC

This package is auto-updated.

Last update: 2025-09-17 02:01:42 UTC


README

This package replaces PECL php-gnupg package by providing the same funcionality and extending support for GPG 2.

Some methods are still under development, more specifically the ones related to key/message signing and verification.

Installation

Installation should be done via composer.

Testing

If you'd like to test your instance, use composer to install the require-dev packages and run:

composer test

It can also be linked to a static installation of gnupg, in case your OS is using an outdated version without support for new features, like Elliptic curves. For these tests you can load a default configuration by copying the file test-configuration-pgp.json-example to test-configuration-pgp.json and adjusting your configuration parameters.