Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n2ref/pharbuilder

Cli utility to create a phar archives
https://github.com/n2ref/pharbuilder

cli console folder phar php

Last synced: 20 days ago
JSON representation

Cli utility to create a phar archives

Awesome Lists containing this project

README

        

## Usage
php pharbuilder.phar [OPTIONS]

## Required arguments
-s --source Source path
## Optional arguments
-o --outfile Out phar file name
-c --compress Compress type (GZ, BZ2), NONE - default
-b --bootstrap Bootstrap phar file
-h --help Help message

## Example of usage
```
php pharbuilder.phar -s ~/source/my_lib -o ~/bin/my_lib.phar -b index.php -c gz
```