Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sven-ve/svc-util-bundle
- Owner: Sven-Ve
- License: mit
- Created: 2021-02-25T18:32:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T13:05:03.000Z (about 2 months ago)
- Last Synced: 2024-12-19T00:11:49.071Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 536 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)