Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 456 Bytes

phar-application.md

File metadata and controls

17 lines (11 loc) · 456 Bytes

PHAR Application

Installation

To install the application, you just have to download the PHAR file attached to the release you need.

You are free to distribute the file within your project or use it locally (e.g. /usr/local/bin).

To use it, just execute the following line:

./jose.phar

{% hint style="info" %} You may need to set it as executable: chmod +x jose.phar {% endhint %}