wordpress-oop
There are 6 repositories under wordpress-oop topic.
PiotrPress/wordpress-hooks
The library allows using PHP Attributes (introduced in PHP version 8) to automagically add WordPress Hooks (Filters and Actions) to objects' methods.
marcuskober/php-attributes
In this tutorial, I will demonstrate how to utilize WordPress hooks with PHP attributes. Although it may not be necessary for every simple plugin, employing PHP attributes can be particularly useful in plugins with a large codebase.
SebKay/oop-wp
A library of OOP style helper classes for WordPress theme and plugin development.
wp-oop/wordpress-interface
Interfaces for interop within WordPress
brianvarskonst/wordpress-nonce-oop
WordPress Nonce in an Object Oriented Way, this Package implements the WordPress Nonces functionality (wp_nonce_*()).