PHP PHARs with composer? -


i've been thinking of advantages , disadvantages of distributing app single phar.

i'd still use composer manage random dependencies have, though. means writing phar if stuff changes, understand @ best convoluted process.

what's best way of reconciling that? should keep app self-contained , have work external /vendor dir?

thanks in advance!

considering composer.phar file includes few symfony components, other libraries written author, , put .phar file distribution (including, explicitly, a number of vendor/ sub-directories), doesn't seem unreasonable include required vendor directories own project.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

methods - python can't use function in submodule -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -