phar-io / gnupg

A thin wrapper around the gnupg binary, mimicking the pecl/gnupg api
https://phar.io
Other
8 stars 2 forks source link

Move away from PECL extension #5

Open heiglandreas opened 11 months ago

heiglandreas commented 11 months ago

This commit moves away from using the PECL-extension towards using a self-created GnuPG interface that itself agains mimics the functions of the GnuPG extension.

This should make testing and execution without GnuPG being available in either an extension or as binary easier.