Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrjoops/symfony-service

A set of useful libraries for building Symfony services.
https://github.com/mrjoops/symfony-service

Last synced: 19 days ago
JSON representation

A set of useful libraries for building Symfony services.

Awesome Lists containing this project

README

        

# mrjoops/symfony-service

A set of useful libraries for building [Symfony](https://symfony.com) services.
To date, it includes:

* [Gaufrette](https://github.com/KnpLabs/KnpGaufretteBundle) for filesystem abstraction
* [Monolog](https://github.com/Seldaek/monolog) for logging, GELF transport included
* [Enqueue](https://enqueue.forma-pro.com/) adapter for [Symfony Messenger](https://symfony.com/doc/current/components/messenger.html) for messaging
* [Redis](https://github.com/snc/SncRedisBundle) as a fast data store

## Installation

You can install it with [Composer](https://getcomposer.org).

```
composer require mrjoops/symfony-service
```