Logo PHAR.IO

How to make a PHAR release on GitHub
PHIVE-compatible

Prerequisites

Create a signature

gpg -u john@example.com --detach-sign --output {your_phar_name}.phar.asc {your_phar_name}.phar

About the options:

Last argument is the PHAR you want to sign.

Upload in GitHub's release section