Skip to content

LordDashMe/php-gnupg-simple-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP GnuPG Simple Tool

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.