Botnary / wp-slim-framework

Slim framework as Wordpress plugin
73 stars 26 forks source link

Using composer to install plugin #9

Open peter279k opened 7 years ago

peter279k commented 7 years ago

Hi @Botnary . Do you plan to use Composer to install the plugin ? Perhaps this plugin can integrated with composer when the plugin using the Slim 3.

Botnary commented 7 years ago

It is not difficult to integrate with composer, the problem is when you want to use other third party plugins that use composer. Last time i checked composer did not support multiple bootstraps. So i decided to go without.

peter279k commented 7 years ago

I think using Composer is for us to easily install or update the plugin. Is there other way to install or update the plugin easily? Thanks.

Botnary commented 7 years ago

I will take a look into that.