Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devaloka/devaloka-event-converter
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] Converts ALL WordPress actions/filters to/from EventDispatcher's Events.
https://github.com/devaloka/devaloka-event-converter
Last synced: 11 days ago
JSON representation
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] Converts ALL WordPress actions/filters to/from EventDispatcher's Events.
- Host: GitHub
- URL: https://github.com/devaloka/devaloka-event-converter
- Owner: devaloka
- License: gpl-2.0
- Created: 2015-12-08T13:01:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T16:54:01.000Z (over 8 years ago)
- Last Synced: 2024-10-18T05:39:42.938Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Devaloka Event Converter
[![Latest Stable Version][stable-image]][stable-url]
[![Latest Unstable Version][unstable-image]][unstable-url]
[![License][license-image]][license-url]
[![Build Status][travis-image]][travis-url]A WordPress plugin that interchangeably converts WordPress's action/filter
to/from [EventDispatcher](https://github.com/devaloka/devaloka)'s Event.## Features
* Interchangeably handle/listen/dispatch **all** WordPress actions/filters
as EventDispatcher's Events* WordPress's action/filter to WordPress's action/filter
* WordPress's action/filter to EventDispatcher's Event
* EventDispatcher's Event to WordPress's action/filter
* EventDispatcher's Event to EventDispatcher's Event## Requirements
* [Devaloka](https://github.com/devaloka/devaloka)
## Installation
1. Install via Composer.
```sh
composer require devaloka/devaloka-event-converter
```## Caveat
* `Event::stopPropagation()` doesn't work.
[stable-image]: https://poser.pugx.org/devaloka/devaloka-event-converter/v/stable
[stable-url]: https://packagist.org/packages/devaloka/devaloka-event-converter[unstable-image]: https://poser.pugx.org/devaloka/devaloka-event-converter/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/devaloka-event-converter[license-image]: https://poser.pugx.org/devaloka/devaloka-event-converter/license
[license-url]: https://packagist.org/packages/devaloka/devaloka-event-converter[travis-image]: https://travis-ci.org/devaloka/devaloka-event-converter.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/devaloka-event-converter