Coder Social home page Coder Social logo

eventmanagement's Introduction

EventManagement

Introduction

EventManagement is a reusable PHP package for managing events in WordPress plugins. It provides a structured and object-oriented approach to handling events, making your plugin development more efficient and maintainable.

Features

  • Easy to integrate with WordPress plugins
  • Object-oriented approach for clean and maintainable code
  • PSR-4 autoloading
  • Extendable through interfaces and abstract classes

Requirements

  • PHP 8.0 or higher
  • Composer for managing dependencies

Installation

Install the package via Composer:

composer require wazfactor/event-manager

Usage

Here's a basic example of how to use the EventManagement package in your WordPress plugin:

use WazFactor\EventManager\EventManager;
use WazFactor\EventManager\EventManagerSubscriber;

// Initialize the Event Manager
$eventManager = new EventManager();

// Create a subscriber
$subscriber = new EventManagerSubscriber($eventManager);

// Add events and listeners
$subscriber->addEvent('event_name', function() {
    // Event handling logic
});

// Dispatch the event
$eventManager->dispatch('event_name');

Advanced Usage

Creating Custom Subscribers:

// Implement your custom subscriber class

Removing Subscribers:

// Example of removing a subscriber

Contributing

Contributions to the EventManagement package are welcome. Please ensure that your code adheres to the PSR-1/PSR-2 coding standards and includes tests for new features.

License

Include your licensing information here.

Authors

Frank Wazeter - Initial work - WazFactor

Acknowledgments

Special thanks to the WordPress community Anyone else you'd like to thank

Support

For support, please open an issue on the GitHub repository or contact [email protected].

eventmanagement's People

Contributors

fwazeter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.