Skip to content

Commit

Permalink
[docs][skip ci] Add sponsoring to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Nov 6, 2018
1 parent 24d8b31 commit dec922e
Show file tree
Hide file tree
Showing 78 changed files with 502 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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:

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

---
Expand Down
9 changes: 9 additions & 0 deletions docs/async_event_dispatcher/quick_tour.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Async event dispatcher (Symfony)

The doc shows how you can setup async event dispatching in plain PHP.
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/async_commands.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Async commands

## Installation
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/async_events.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Async events

The EnqueueBundle allows you to dispatch events asynchronously.
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/cli_commands.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Cli commands

The EnqueueBundle provides several commands.
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/config_reference.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Config reference

You can get this info by running `./bin/console config:dump-reference enqueue` command.
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/consumption_extension.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Consumption extension

Here, I show how you can create a custom extension and register it.
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/debugging.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Debugging

## Profiler
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/functional_testing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Functional testing

In this chapter we give some advices on how to test message queue related logic.
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/job_queue.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Jobs

Use jobs when your message flow has several steps(tasks) which run one after another.
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/message_processor.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Message processor

Message processors and usage examples described in [consumption/message_processor](../consumption/message_processor.md)
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/message_producer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Message producer

You can choose how to send messages either using a transport directly or with the client.
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/production_settings.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Production settings

## Supervisord
Expand Down
9 changes: 9 additions & 0 deletions docs/bundle/quick_tour.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# EnqueueBundle. Quick tour.

The [EnqueueBundle](https://github.com/php-enqueue/enqueue-bundle) integrates enqueue library.
Expand Down
9 changes: 9 additions & 0 deletions docs/client/extensions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Client extensions.

There is an ability to hook into sending process. You have to create an extension class that implements `Enqueue\Client\ExtensionInterface` interface.
Expand Down
9 changes: 9 additions & 0 deletions docs/client/message_bus.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Client. Message bus

Here's a description of message bus from [Enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/MessageBus.html)
Expand Down
9 changes: 9 additions & 0 deletions docs/client/message_examples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Client. Message examples

* [Scope](#scope)
Expand Down
9 changes: 9 additions & 0 deletions docs/client/quick_tour.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Simple client. Quick tour.

The simple client library takes Enqueue client classes and Symfony components and makes an easy to use client facade.
Expand Down
9 changes: 9 additions & 0 deletions docs/client/rpc_call.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Client. RPC call

The client's [quick tour](quick_tour.md) describes how to get the client object.
Expand Down
9 changes: 9 additions & 0 deletions docs/client/supported_brokers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Client. Supported brokers

Here's the list of transports supported by Enqueue Client:
Expand Down
9 changes: 9 additions & 0 deletions docs/consumption/extensions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Consumption extensions.

You can learn how to register extensions in [quick tour](../quick_tour.md#consumption).
Expand Down
9 changes: 9 additions & 0 deletions docs/consumption/message_processor.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Message processor

* [Basics](#basics)
Expand Down
9 changes: 9 additions & 0 deletions docs/contribution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Contribution

To contribute you have to send a pull request to [enqueue-dev](https://github.com/php-enqueue/enqueue-dev) repository.
Expand Down
9 changes: 9 additions & 0 deletions docs/cookbook/symfony/how-to-change-consume-command-logger.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# How to change consume command logger

By default `bin/console enqueue:consume` (or `bin/console enqueue:transport:consume`) command prints messages to output.
Expand Down
9 changes: 9 additions & 0 deletions docs/dsn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

## DSN Parser.

The [enqueue/dsn](https://github.com/php-enqueue/dsn) tool helps to parse DSN\URI string.
Expand Down
9 changes: 9 additions & 0 deletions docs/elastica-bundle/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Enqueue Elastica Bundle

`EnqueueElasticaBundle` provides extra features for `FOSElasticaBundle` such as:
Expand Down
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

## Documentation.

* [Quick tour](quick_tour.md)
Expand Down
9 changes: 9 additions & 0 deletions docs/job_queue/run_sub_job.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

## Job queue. Run sub job

It shows how you can create and run a sub job, which it is executed separately.
Expand Down
9 changes: 9 additions & 0 deletions docs/job_queue/run_unique_job.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

## Job queue. Run unique job

There is job queue component build on top of a transport. It provides some additional features:
Expand Down
9 changes: 9 additions & 0 deletions docs/laravel/queues.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Laravel Queue. Quick tour.

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).
Expand Down
9 changes: 9 additions & 0 deletions docs/laravel/quick_tour.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<h2 align="center">Supporting Enqueue</h2>

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:

- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)

---

# Laravel Queue. Quick tour.

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.
Expand Down
Loading

0 comments on commit dec922e

Please sign in to comment.