phar-composer icon indicating copy to clipboard operation
phar-composer copied to clipboard

Simple phar creation for every PHP project managed via Composer

Results 14 phar-composer issues
Sort by recently updated
recently updated
newest added
trafficstars

Some packages are very difficult to bundle as a phar, most often because they work with their paths in a way that does not work within phars (most notably using...

easy pick
new feature
help wanted

It's my understanding that this project seems to work reasonably well for its intended use case - and at the same time fails to implement many of the nice-to-have features...

question
help wanted
maintenance

Currently, the stub will not be added when no main index file is defined. As such, PHP's less versatile default stub will be added, which, among others, does not properly...

easy pick
new feature
help wanted

To make this package compatible with symfony 7, the symfony commands needed to be adjusted. This makes the package incompatible with PHP5.3. This PR sets the minimum required PHP version...