sumocoders / framework-core-bundle
The core bundle for our mini-framework
Package info
github.com/sumocoders/FrameworkCoreBundle
Type:symfony-bundle
pkg:composer/sumocoders/framework-core-bundle
Requires
- php: ^8.5
- doctrine/doctrine-bundle: ^3.2
- doctrine/orm: ^3.3
- gedmo/doctrine-extensions: ^3.17
- knplabs/knp-menu-bundle: ^3.4
- nelmio/security-bundle: ^3.7
- symfony/asset: ^8.0
- symfony/asset-mapper: ^8.0
- symfony/console: ^8.0
- symfony/doctrine-messenger: ^8.0
- symfony/form: ^8.0
- symfony/http-client: ^8.0
- symfony/intl: ^8.0
- symfony/security-bundle: ^8.0
- symfony/translation: ^8.0
- symfony/twig-bundle: ^8.0
- symfony/ux-autocomplete: ^3.0
- symfony/validator: ^8.0
- twig/cssinliner-extra: ^3.16
- twig/extra-bundle: ^3.16
- twig/inky-extra: ^3.16
Requires (Dev)
- carthage-software/mago: ^1.43
- micheh/phpcs-gitlab: ^2.1
- phpstan/phpstan: ^2.2
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^4.0
- symfony/maker-bundle: ^1.61
- vincentlanglet/twig-cs-fixer: ^4.0
This package is auto-updated.
Last update: 2026-08-20 05:58:16 UTC
README
Shared foundation bundle for SumoCoders Symfony projects. Provides page titles, breadcrumbs, navigation menus, file/image uploads, encrypted fields, audit logging, pagination, and a frontend design system. Created and maintained by SumoCoders.
Installation
Create a new project with the application skeleton. It installs this bundle and all required config:
composer create-project sumocoders/application-skeleton my_project
Requires:
- PHP ^8.5
- Symfony ^8.0
- Doctrine ^3.3.
Documentation
Start at docs/index.md.
Issues?
Feel free to add an Issue on Github, or even better create a PR.
License
This software is published under the MIT License