2017 © Pedro Peláez
 

library php-gpg-keyinfo

A gpg --with-colons parser.

image

ninejkh/php-gpg-keyinfo

A gpg --with-colons parser.

  • Thursday, July 19, 2018
  • by lifeofguenter
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

php-gpg-keyinfo

  • https://github.com/gpg/gnupg/blob/gnupg-2.2.9/doc/DETAILS
  • https://gist.github.com/ryanwinchester/3a6d103be500e31dc366

Usage

require 'vendor/autoload.php';

use NINEJKH\GPGkeyinfo\Parser;

$parser = new Parser(file_get_contents(__DIR__ . '/example.txt'));

foreach ($parser as $keyinfo) {
    var_dump($keyinfo);

    foreach ($keyinfo as $record) {
        if ($record->hasCapabilities()) {
            var_dump($record->canEncrypt());
        }
    }
}

The Versions

19/07 2018

dev-master

9999999-dev https://github.com/NINEJKH/php-gpg-keyinfo

A gpg --with-colons parser.

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

parser gpg

19/07 2018

0.0.3

0.0.3.0 https://github.com/NINEJKH/php-gpg-keyinfo

A gpg --with-colons parser.

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

parser gpg

17/07 2018

0.0.2

0.0.2.0 https://github.com/NINEJKH/php-gpg-keyinfo

A gpg --with-colons parser.

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

parser gpg

17/07 2018

0.0.1

0.0.1.0 https://github.com/NINEJKH/php-gpg-keyinfo

A gpg --with-colons parser.

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

parser gpg