Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 586 Bytes

phar.md

File metadata and controls

24 lines (18 loc) · 586 Bytes

Plugin Phar

Allows you to create a Phar archive from your project.

Configuration

Options

  • directory: phar output directory. Default: %buildpath%;
  • filename: phar filename inside output directory. Default: build.phar;
  • regexp: regular expression for Phar iterator. Default: /\.php$/; and
  • stub: stub content filename. No default value.

Examples

phar:
    directory: /path/to/directory
    filename: foobar.phar
    regexp: /\.(php|phtml)$/
    stub: filestub.php