Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidrockin/podiya
Podiya is a PHP event library
https://github.com/davidrockin/podiya
Last synced: 4 days ago
JSON representation
Podiya is a PHP event library
- Host: GitHub
- URL: https://github.com/davidrockin/podiya
- Owner: DavidRockin
- License: lgpl-2.1
- Created: 2014-08-22T20:34:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T01:50:18.000Z (about 10 years ago)
- Last Synced: 2024-04-21T13:44:30.983Z (7 months ago)
- Language: PHP
- Size: 665 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Podiya
======Podiya (Ukrainian for 'event') is a PHP library that provides a simple and easy to use functionality that allows you to create events (or hooks) that are handled by listeners. Podiya can be used in an application to allow other developers create plugins that can extend and/or improve the functionality of the application.
[![Latest Stable Version](https://poser.pugx.org/davidrockin/podiya/v/stable.svg)](https://packagist.org/packages/davidrockin/podiya) [![Total Downloads](https://poser.pugx.org/davidrockin/podiya/downloads.svg)](https://packagist.org/packages/davidrockin/podiya) [![Latest Unstable Version](https://poser.pugx.org/davidrockin/podiya/v/unstable.svg)](https://packagist.org/packages/davidrockin/podiya) [![License](https://poser.pugx.org/davidrockin/podiya/license.svg)](https://packagist.org/packages/davidrockin/podiya)Events
------Events (or hooks) are thrown by the application, in which listeners (from plugins) handle the events. For example, if the application were to display a blog post, the application would make several event calls that will be handled by listeners to display the post, comments, and author information.