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

Transparency log

Statistics

Installs: 39

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.4.0 2026-08-03 11:24 UTC

This package is auto-updated.

Last update: 2026-08-03 11:26:43 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.