DionTech member since: May 26, 2021

DionTech's packages

  • PHP

    diontech/laravel-extended-scheduler

    This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.

  • PHP

    diontech/laravel-vault

    Building vaults and decrypted/encryped secrets. Using specfic keys per vault (or per secret if you want to) is implemented. Vaults can be a standalone or related to your app`s models.