DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.62k stars 2.25k forks source link

Can I use this boilerplate? Is this project still alive? #588

Closed AndrejGorodnij closed 1 year ago

AndrejGorodnij commented 1 year ago

Does it safe and right use 8 years old boilerplate for realworld projects?

seraphyn commented 1 year ago

IMO, look at the issues. Seems like pretty dead.

FreedomRings commented 1 year ago

There are 45 active pull requests but the most recent merge I see was Nov 2017 - I may be missing something. I used it a while back and it needed tweaking (I can't remember what I had to do) but it worked well enough for a starting place (which is what this is). Since then I have made my own for our internal use. Evidently 2.2K others have forked this for their own tweaks. I think that if you are interested in using it, fork it, glance at the pull requests, and try it out by having it basically do nothing much on a staging site and tweak as needed to make it run before dedicating your business logic to it.