Download the PHP package gpgl/core without Composer
On this page you can find all versions of the php package gpgl/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor gpgl
Package core
Short Description Core library for the GPL PHP GPG Locker.
License GPL-3.0+
Package core
Short Description Core library for the GPL PHP GPG Locker.
License GPL-3.0+
Please rate this library. Is it a good library?
Informations about the package core
GPL PHP GPG Locker Core
PHP 7 core library to manage data secured with The GNU Privacy Guard.
Installation
You can use the library in your own project with composer:
composer require gpgl/core
Testing
Because the tests require access to your GPG keyring and fixtures need specific secret keys present, it's best to run them inside the pre-built Docker container.
docker run --rm -it -v "$PWD":/code gpgl/test-core
The container is built with composer to install the dependencies too.
docker run --rm -it -v "$PWD":/code gpgl/test-core composer install
The Dockerfile is also provided for customization.
docker build -t gpgl/test-core:mytag ./tests/docker
All versions of core with dependencies
PHP Build Version
Package Version
The package gpgl/core contains the following files
Loading the files please wait ....