lorddashme / php-gnupg-simple-tool
A simple PHP tool to manage GnuPG commands.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6 || >=7.0 || >=7.1 || >=7.2
This package is auto-updated.
Last update: 2024-11-06 12:45:24 UTC
README
A simple PHP tool to manage GnuPG commands.
Requirement(s)
-
PHP version from 5.6.* up to latest.
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.