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
Post a Comment