Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sven-ve/svc-util-bundle

Helper package with some utilities (network, environment, mail)
https://github.com/sven-ve/svc-util-bundle

Last synced: 30 days ago
JSON representation

Helper package with some utilities (network, environment, mail)

Awesome Lists containing this project

README

        

# Overview

[![Actions Status](https://github.com/Sven-Ve/svc-util-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/Sven-Ve/svc-util-bundle/actions)
[![Latest Stable Version](https://poser.pugx.org/svc/util-bundle/v)](https://packagist.org/packages/svc/util-bundle)
[![License](https://poser.pugx.org/svc/util-bundle/license)](https://packagist.org/packages/svc/util-bundle)
[![Total Downloads](https://poser.pugx.org/svc/util-bundle/downloads)](https://packagist.org/packages/svc/util-bundle)
[![PHP Version Require](http://poser.pugx.org/svc/util-bundle/require/php)](https://packagist.org/packages/svc/util-bundle)

:warning: **Attention:**

From version 4.0 the bundle works only with Symfony >=6.1, because the new Bundle Configuration System is used.

Please use version 3.x for older Symfony installations.

## Helper package with some utilities (network, environment, mail)

* [Installation](docs/installation.md)
* [Usage](docs/usage.md)

### Controller
* [EnvInfoController](docs/envinfocontroller.md) (symfony)
* [Stimulus controllers](docs/stimulus-controllers.md) (javascript)

### Twig components
* [Flash messages](docs/twig_flash.md)

### Services:
* [EnvInfoHelper](docs/envinfohelper.md)
* [NetworkHelper](docs/networkhelper.md)
* [MailHelper](docs/mailhelper.md)