PHP Class Todaymade\Daux\Compiler

Author: Fabien Potencier ([email protected])
Author: Jordi Boggiano ([email protected])
Author: Stéphane Goetz ([email protected])
Mostrar archivo Open project: justinwalsh/daux.io

Public Methods

Method Description
compile ( string $pharFile = 'daux.phar' ) Compiles composer into a single phar file

Private Methods

Method Description
addBinary ( $phar )
addComposer ( $phar )
addFile ( $phar, $file, $strip = true )
getStub ( )
stripWhitespace ( string $source ) : string Removes whitespace from a PHP source string while preserving line numbers.

Method Details

compile() public method

Compiles composer into a single phar file
public compile ( string $pharFile = 'daux.phar' )
$pharFile string The full path to the file to create