https://github.com/omissis/instruct
A PHP Event-Condition-Action system implementation.
https://github.com/omissis/instruct
Last synced: 8 months ago
JSON representation
A PHP Event-Condition-Action system implementation.
- Host: GitHub
- URL: https://github.com/omissis/instruct
- Owner: omissis
- License: mit
- Created: 2015-04-07T22:39:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T08:55:43.000Z (about 10 years ago)
- Last Synced: 2023-03-11T19:52:53.742Z (over 2 years ago)
- Language: PHP
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Instruct
========A PHP Event-Condition-Action system implementation.
[](https://travis-ci.org/omissis/instruct)
[](https://scrutinizer-ci.com/g/omissis/instruct/?branch=master)
[](https://scrutinizer-ci.com/g/omissis/instruct/?branch=master)
[](https://insight.sensiolabs.com/projects/3f74faae-14a9-426c-9830-96c96d73c9bd)
[](https://www.versioneye.com/user/projects/552461d5971f784339000624)Introduction
------------This library implements an ECA, a.k.a. Event Condition Action system.
The idea of this library spawns from an abstraction of the [Drupal's Rule module](https://www.drupal.org/project/rules),
from which it borrows several concepts and classes.The author hopes the two libraries will eventually merge in a common codebase.
Running the tests
-----------------Simply run `composer install --prefer-dist` for installing all the needed dependencies and then `bin/phpunit`.