tjm / symfony-standard-edition-bundle
This package is abandoned and no longer maintained.
The author suggests using the tjm/sy-web package instead.
Base functionality for Symfony web projects.
v0.12.0
2026-07-14 18:52 UTC
Requires
- php: >=7.1
- symfony/http-kernel: >=3.0 <7.0
Requires (Dev)
- symfony/framework-bundle: <7.0
- tjm/dev: *
README
Base classes / functionality on top of Symfony components for creating a Symfony based web project.
This bundle was originally created to hold as much of the base logic / functionality of Symfony Standard Edition as reasonable to allow it to be used by a more abstracted and minimal equivalent of the Standard Edition. As the Symfony project has moved to make upgrading versions much simpler, this project has become mostly a container for a lot of the repeated stuff I would otherwise have in my Symfony projects. This transition is still in progress and things will be removed and added.