php - WordPress plugin + Composer? -


i'm making wordpress plugin using few third party libraries. common practice use composer wordpress plugin?

if it's okay use it, assume should provide composer files along plugin, because don't want make people manually run composer install.

another question is, safe use composer's autoloading? configured autoload own classes , libraries of course autoloaded well. that's convenient.

is using composer wordpress plugin overhead? or have additional issues?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -