Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/n2ref/pharbuilder
- Owner: n2ref
- License: mit
- Created: 2014-12-16T21:32:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T14:52:05.000Z (about 3 years ago)
- Last Synced: 2024-12-19T13:31:40.299Z (27 days ago)
- Topics: cli, console, folder, phar, php
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```