felixarntz / wp-oop-plugin-lib

A library providing classes around WordPress APIs, to be used for example in object oriented WordPress plugins.
GNU General Public License v2.0
51 stars 4 forks source link

Share your projects using this library! #1

Open felixarntz opened 6 months ago

felixarntz commented 6 months ago

If you're already using this library in a WordPress plugin or another project, or you've simply started experimenting with it in a demo project, please let me know! I'd love to learn more about how the library is being used and find ways for how it can better cater for these use-cases.

Please reply to this issue with a link to the repository, and feel free to share any other context that you feel may be helpful. 🙌

LeTraceurSnork commented 1 month ago

I started my own work on the same library just about 3 weeks ago, as I already sick of WP native inconsistency on return types. Unfortunately, my teamlead won't approve usage of "some random library as a dependency that not being installed via composer", so, I can't directly test it, but from what I peeked - it surely is useful. Please, @felixarntz @szepeviktor consider release v0.0.1 at least

felixarntz commented 1 month ago

@LeTraceurSnork That's a fair point. I just went ahead and published a first early access release: https://github.com/felixarntz/wp-oop-plugin-lib/releases/tag/0.1.0

Curious to hear about what you're building on top of it!