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
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.