bluetree-service/phar_builder

phar maker, phar builder, php phar

dev-master 2018-01-04 21:12 UTC

This package is auto-updated.

Last update: 2024-04-11 12:59:51 UTC


README

Usage

To get information in console type ./make help. You will get this information:

------------------------------

Usage:  ./make [options]

    ./make help                                 This help
    ./make phar_name [directory] [index_name]   Create PHAR file

    phar_name - name of output phar file
    directory - (optional) source directory without separator, default ./src
    index_name - (optional) name of file that execute phar without separator, default ./src/index.php

------------------------------