For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

You may need to set it as executable: chmod +x jose.phar

Was this helpful?