Skip to content

Commit dec922e

Browse files
committed
[docs][skip ci] Add sponsoring to docs.
1 parent 24d8b31 commit dec922e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+502
-25
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
1414

15-
- [Become a sponsor on Patreon](https://www.patreon.com/makasim).
15+
- [Become a sponsor on Patreon](https://www.patreon.com/makasim)
1616
- [Become our client](http://forma-pro.com/)
1717

1818
---

docs/async_event_dispatcher/quick_tour.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Async event dispatcher (Symfony)
211

312
The doc shows how you can setup async event dispatching in plain PHP.

docs/bundle/async_commands.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Async commands
211

312
## Installation

docs/bundle/async_events.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Async events
211

312
The EnqueueBundle allows you to dispatch events asynchronously.

docs/bundle/cli_commands.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Cli commands
211

312
The EnqueueBundle provides several commands.

docs/bundle/config_reference.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Config reference
211

312
You can get this info by running `./bin/console config:dump-reference enqueue` command.

docs/bundle/consumption_extension.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Consumption extension
211

312
Here, I show how you can create a custom extension and register it.

docs/bundle/debugging.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Debugging
211

312
## Profiler

docs/bundle/functional_testing.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Functional testing
211

312
In this chapter we give some advices on how to test message queue related logic.

docs/bundle/job_queue.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Jobs
211

312
Use jobs when your message flow has several steps(tasks) which run one after another.

docs/bundle/message_processor.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Message processor
211

312
Message processors and usage examples described in [consumption/message_processor](../consumption/message_processor.md)

docs/bundle/message_producer.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Message producer
211

312
You can choose how to send messages either using a transport directly or with the client.

docs/bundle/production_settings.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Production settings
211

312
## Supervisord

docs/bundle/quick_tour.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# EnqueueBundle. Quick tour.
211

312
The [EnqueueBundle](https://github.com/php-enqueue/enqueue-bundle) integrates enqueue library.

docs/client/extensions.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Client extensions.
211

312
There is an ability to hook into sending process. You have to create an extension class that implements `Enqueue\Client\ExtensionInterface` interface.

docs/client/message_bus.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Client. Message bus
211

312
Here's a description of message bus from [Enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/MessageBus.html)

docs/client/message_examples.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Client. Message examples
211

312
* [Scope](#scope)

docs/client/quick_tour.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Simple client. Quick tour.
211

312
The simple client library takes Enqueue client classes and Symfony components and makes an easy to use client facade.

docs/client/rpc_call.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Client. RPC call
211

312
The client's [quick tour](quick_tour.md) describes how to get the client object.

docs/client/supported_brokers.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Client. Supported brokers
211

312
Here's the list of transports supported by Enqueue Client:

docs/consumption/extensions.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Consumption extensions.
211

312
You can learn how to register extensions in [quick tour](../quick_tour.md#consumption).

docs/consumption/message_processor.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Message processor
211

312
* [Basics](#basics)

docs/contribution.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Contribution
211

312
To contribute you have to send a pull request to [enqueue-dev](https://github.com/php-enqueue/enqueue-dev) repository.

docs/cookbook/symfony/how-to-change-consume-command-logger.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# How to change consume command logger
211

312
By default `bin/console enqueue:consume` (or `bin/console enqueue:transport:consume`) command prints messages to output.

docs/dsn.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
## DSN Parser.
211

312
The [enqueue/dsn](https://github.com/php-enqueue/dsn) tool helps to parse DSN\URI string.

docs/elastica-bundle/overview.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Enqueue Elastica Bundle
211

312
`EnqueueElasticaBundle` provides extra features for `FOSElasticaBundle` such as:

docs/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
## Documentation.
211

312
* [Quick tour](quick_tour.md)

docs/job_queue/run_sub_job.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
## Job queue. Run sub job
211

312
It shows how you can create and run a sub job, which it is executed separately.

docs/job_queue/run_unique_job.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
## Job queue. Run unique job
211

312
There is job queue component build on top of a transport. It provides some additional features:

docs/laravel/queues.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Laravel Queue. Quick tour.
211

312
The [LaravelQueue](https://github.com/php-enqueue/laravel-queue) package allows to use [queue-interop](https://github.com/queue-interop/queue-interop) compatible transports [the Laravel way](https://laravel.com/docs/5.4/queues).

docs/laravel/quick_tour.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<h2 align="center">Supporting Enqueue</h2>
2+
3+
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
4+
5+
- [Become a sponsor](https://www.patreon.com/makasim)
6+
- [Become our client](http://forma-pro.com/)
7+
8+
---
9+
110
# Laravel Queue. Quick tour.
211

312
The [enqueue/laravel-queue](https://github.com/php-enqueue/laravel-queue) is message queue bridge for Enqueue. You can use all transports built on top of [queue-interop](https://github.com/queue-interop/queue-interop) including [all supported](https://github.com/php-enqueue/enqueue-dev/tree/master/docs/transport) by Enqueue.

0 commit comments

Comments
 (0)