1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 12:14:03 +00:00

Add image

This commit is contained in:
Samuel Štancl 2020-05-15 19:48:34 +02:00 committed by GitHub
parent 2d309ce417
commit 476ec44e85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
# Job Pipeline # Job Pipeline
<p align="center">
<img width="600" src="https://i.imgur.com/AcVXakZ.png" alt="Job Pipeline" />
</p>
The `JobPipeline` is a simple, yet **extremely powerful** class that lets you **convert any (series of) jobs into event listeners.** The `JobPipeline` is a simple, yet **extremely powerful** class that lets you **convert any (series of) jobs into event listeners.**
You may use a job pipeline like any other listener, so you can register it in the `EventServiceProvider` using the `$listen` array, or in any other place using `Event::listen()` — up to you. You may use a job pipeline like any other listener, so you can register it in the `EventServiceProvider` using the `$listen` array, or in any other place using `Event::listen()` — up to you.