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

Simple phar creation for every PHP project managed via Composer

Results 13 phar-composer issues
Sort by recently updated
recently updated
newest added

Now that v0.0.2 lays the foundation for handling each sub-package independently, we should add an config option to exclude a set of files from the resulting phar. Ideally, each project...

new feature
help wanted

Hi Clue, First of all: thanks a lot also for this amazing library! I just tried to build a phar from a symfony5 console app, but struggled, since .env files...

new feature
help wanted

This pull request fixes a few typos with the help of https://github.com/szepeviktor/typos-on-you.

Contains all of the work in PR #16, but with all of the code conflicts resolved. Refs #10. --- This change is [](https://reviewable.io/reviews/clue/phar-composer/83)

I'm not sure what "version" was being referred to when choosing `installed.json` over `composer.lock`, but the former has no notion of dev/no-dev whereas the later does. This works for me,...

new feature
help wanted

This PR adds support for excluding files (and directories) as described in #5 and originally implemented in #15. At the moment I'm unsure if `Package::isBlacklisted()` is implemented correctly to exclude...

new feature

Refs clue/phar-composer#10

new feature

So I made a simple "hack" so it only adding requires and not require-devs. I read in one of the other issues (actually this was a PR #50 ), that...

new feature
help wanted

Currently, we only try to take the first `bin` listed in `composer.json`. Aditionally, we should offer a way to define a main file either through a command line option or...

easy pick
new feature
help wanted