thomasdcodes/toolbox-bundle

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

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/thomasdcodes/toolbox-bundle

0.3.0 2025-10-01 07:04 UTC

This package is auto-updated.

Last update: 2025-10-31 07:22:06 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.