kunstmaan/utilities-bundle

The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additi

Installs: 131 670

Dependents: 6

Suggesters: 0

Security: 0

Stars: 12

Watchers: 15

Forks: 6

Type:symfony-bundle

7.1.0 2024-03-31 20:24 UTC

This package is auto-updated.

Last update: 2024-04-06 15:04:35 UTC


README

Build Status Total Downloads Latest Stable Version Analytics

The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher.

More information about our bundles: https://cms.kunstmaan.be.

Installation

More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the Getting Started guide and enjoy the full blown experience.