lorddashme/php-gnupg-simple-tool

A simple PHP tool to manage GnuPG commands.

1.0.0 2018-11-22 13:40 UTC

This package is auto-updated.

Last update: 2024-09-06 12:31:49 UTC


README

Latest Stable Version Minimum PHP Version

A simple PHP tool to manage GnuPG commands.

Requirement(s)

Install

  • Recommended to install the project via Composer. Use the command below to install the package:
composer create-project lorddashme/php-gnupg-simple-tool <your-project-name>

Usage

  • Run the source code using the stand-alone server of PHP, see the command below:
cd <your-project-name>/
php -S localhost:8000
  • After that you can now use the tool access via localhost:8000/gnupg/.

Contribute

  • Please feel free to send a pull request.

License

This package is open-sourced software licensed under the MIT license.