thomasdcodes / toolbox-bundle
Gives a toolbox with a lot of helper classes and functionality needed in every project.
Package info
github.com/thomasdcodes/toolbox-bundle
Type:symfony-bundle
pkg:composer/thomasdcodes/toolbox-bundle
0.3.0
2025-10-01 07:04 UTC
Requires
- php: >=8.2
- doctrine/orm: ^3.0
- league/commonmark: ^2.7
- symfony/framework-bundle: ^7.0
- symfony/http-foundation: ^7.0
- symfony/security-bundle: ^7.0
- symfony/twig-bundle: ^7.3
- symfony/uid: ^7.0
- twig/markdown-extra: ^3.21
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.