thomasdcodes/toolbox-bundle

Gives a toolbox with a lot of helper classes and functionality needed in every project.

Maintainers

Package info

github.com/thomasdcodes/toolbox-bundle

Type:symfony-bundle

pkg:composer/thomasdcodes/toolbox-bundle

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.0 2025-10-01 07:04 UTC

This package is auto-updated.

Last update: 2026-03-01 00:48:12 UTC


README

General

This Bundle provides some general tools like Traits for extending entity classes. It also provides the basic User operations like login, logout, registration and password reset.

Traits

  • IdTrait
  • CreatedAtTrait
  • UpdatedAtTrait
  • HashedIdIdentifierTrait

Version Service

You can read and show the version and the changelog of your app. Follow this documentation.