# JoliCode

- **Website:** <https://jolicode.com>
- **Primary alias:** `jolicode.com`
- **Founded:** 2012
- **Employees:** 11+
- **Location:** Paris, le-de-France, France
- **Company kind:** PRIVATELY HELD

## Description

JoliCode is a prominent brand in the field of web development and technology solutions. Specializing in Symfony, they offer a wide range of products and services that cater to the needs of businesses and developers. One of their notable offerings is the Symfony Messenger component, which has been integrated into Symfony 4.1 since May 2018. This component acts as an intermediary layer between data producers or publishers and their consumers, enabling the transmission of messages (data) in a bus, often asynchronously. JoliCode's innovative controller creates and sends emails on a bus, such as RabbitMQ, Redis, or Doctrine, while a consumer ensures synchronous delivery. This approach has significant advantages, as it allows heavy, time-consuming, or sensitive tasks to be delegated to background workers. While the system works seamlessly within the same application, it also supports communication between different Symfony applications or even across different programming languages, with proper groundwork. The architecture of JoliCode's Messenger component is designed to efficiently dispatch messages. A publisher dispatches a message to the bus, and depending on its synchronicity, the message is either consumed by a handler or sent via a transport to a queue system like RabbitMQ or Redis. A worker then fetches the messages from the queue system and dispatches them back to the bus, where they are consumed by the handler. To ensure seamless communication between different applications, JoliCode offers a custom serializer that implements the Symfony\Component\Messenger\Transport\Serialization\SerializerInterface. This serializer decodes and encodes messages for the transport and utilizes a JSON-based serialization format for interoperability. Additionally, the use of stamps, such as RedeliveryStamp, allows for message retrials in case of processing failures. Developers can easily integrate JoliCode's custom serializer into their Symfony projects by including it in the messenger's configuration. In conclusion, JoliCode empowers developers to enhance communication and data transmission within Symfony applications through their advanced Messenger component. With their expertise in web development and commitment to simplicity, JoliCode enables businesses to leverage the power of Symfony to optimize their workflow and improve efficiency. Partner with JoliCode and experience a seamless messaging experience that adapts to your specific needs.

## Industries

- 🖥 Computers Electronics and Technology _(under Computers Electronics and Technology)_
- 🖥 Computers Electronics and Technology

## Links

- [github](https://github.com/jolicode)
- [twitter](https://twitter.com/JoliCode)
- [instagram](https://instagram.com/jolicode)
- [linkedin](https://linkedin.com/company/jolicode)
- [facebook](https://facebook.com/JoliCode)

## Logos & icons

- logo _(primary)_ — PNG, SVG — [download](https://cdn.brandfetch.io/idNdj9Ahd-/w/820/h/190/theme/dark/logo.png?c=1bxid64Mup7aczewSAYMX&t=1775490718489)
- icon _(primary)_ — JPEG — [download](https://cdn.brandfetch.io/idNdj9Ahd-/w/400/h/400/theme/dark/icon.jpeg?c=1bxid64Mup7aczewSAYMX&t=1775490718583)

## Colors

| Name | Hex | Theme |
| --- | --- | --- |
| Citron | #97b325 | dark |
| Bermuda | #77d6c5 | light |
| Ripe Lemon | #f7d325 | accent |

## Fonts

- var(--font-secondary) — asset _(custom)_
- var(--font-base) — asset _(custom)_

## Imagery

- banner _(primary)_ — JPEG — [download](https://cdn.brandfetch.io/idNdj9Ahd-/w/1500/h/500/idUFMRwlBB.jpeg?c=1bxid64Mup7aczewSAYMX&t=1775490718857)

---

_Source: <https://brandfetch.com/jolicode.com>_
_See [/llms.txt](/llms.txt) for a full list of agent-readable pages, and [/auth.md](/auth.md) for how agents authenticate._