2017 © Pedro PelĂĄez
 

library php-gnupg

A library to encrypt and decrypt with GnuPG

image

placetopay/php-gnupg

A library to encrypt and decrypt with GnuPG

  • Tuesday, March 27, 2018
  • by placetopay
  • Repository
  • 3 Watchers
  • 0 Stars
  • 279 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 7 Versions
  • 95 % Grown

The README.md

Placetopay PHP - GnuPG

This library requires the GPG binary in order to work, (*1)

Installation

composer require placetopay/php-gnupg

Usage

$gnupg = new \PlacetoPay\GnuPG\GnuPG([
    'gpgExecutable' => '/usr/local/bin/gpg', // The full path to the GPG executable
    'ringPath' => '~/.gnupg' // Path to the folder containing the keyring
]);

Restrictions

gpg (GnuPG) version < 1.9, (*2)

The Versions

27/03 2018

dev-master

9999999-dev

A library to encrypt and decrypt with GnuPG

  Sources   Download

MIT

The Development Requires

by Diego Calle
by Enrique GarcĂ­a

27/03 2018

0.1.5

0.1.5.0

A library to encrypt and decrypt with GnuPG

  Sources   Download

MIT

The Development Requires

by Diego Calle
by Enrique GarcĂ­a

13/03 2018

0.1.4

0.1.4.0

A library to encrypt and decrypt with GnuPG

  Sources   Download

MIT

The Development Requires

by Diego Calle
by Enrique GarcĂ­a

03/03 2018

0.1.3

0.1.3.0

A library to encrypt and decrypt with GnuPG

  Sources   Download

MIT

The Development Requires

by Diego Calle
by Enrique GarcĂ­a

28/02 2018

0.1.2

0.1.2.0

A library to encrypt and decrypt with GnuPG

  Sources   Download

MIT

The Development Requires

by Diego Calle
by Enrique GarcĂ­a

09/11 2017

0.1.1

0.1.1.0

A library to encrypt and decrypt with gpg

  Sources   Download

MIT

The Development Requires

by Diego Calle
by Enrique GarcĂ­a

03/11 2017

0.1.0

0.1.0.0

A library to encrypt and decrypt with gpg

  Sources   Download

MIT

The Development Requires

by Diego Calle
by Enrique GarcĂ­a