michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
337 stars 71 forks source link

Composer support #217

Closed mostafasoufi closed 9 years ago

mostafasoufi commented 9 years ago

Hi, If the possible, add framework to composer package.

Regards

michaeluno commented 9 years ago

Hi,

Can you explain how it will be useful?

mostafasoufi commented 9 years ago

I think it would be useful for developers and plugin authors.

CAYdenberg commented 9 years ago

+1.

Details:

A common use-case for this repo is development of other plugins (or themes) - therefore it is a dependency more than a plugin that needs to be exposed to the dashboard. Composer gives you the ability to include it in projects very easily, and keep it up to date.

Additionally, you get namespacing for free, so if multiple projects on the same WP installation use admin-page-framework, they won't conflict with each other. They can even each use their own different version!

michaeluno commented 9 years ago

I'll think about it.