-
Notifications
You must be signed in to change notification settings - Fork 7
Introduction
Dom Del Nano edited this page May 15, 2017
·
2 revisions
The dredd-hooks-php tool makes it easy to hook into Dredd's events.
dredd-hooks-php is a command line program that interfaces with Dredd. When it is run the follow occurs:
- It loads hookfiles provided to it by Dredd.
- It listens on port 61321 which allows Dredd and dredd-hooks-php to interact with each other.
- Dredd sends events to dredd-hooks-php which are parsed and fire the corresponding hooks that were defined in the hook files.
- dredd-hooks-php sends the transaction data back to Dredd