Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrjoops/symfony-service
- Owner: mrjoops
- License: mit
- Created: 2019-09-04T15:03:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T08:00:15.000Z (over 5 years ago)
- Last Synced: 2024-05-01T08:21:40.760Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```