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