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/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-07-17 08:13:20 UTC
README
This bundle is created and maintained by SumoCoders. It contains a set of basic tools that enable us to build an application in a shorter timespan. The bundle is intended to be used together with our npm package.
Installation
To properly use this bundle, create a new project with our application skeleton:
$ composer create-project sumocoders/application-skeleton my_project
The skeleton will load this bundle, install our npm package and add some extra config for CI, deployment, etc..
Documentation
All documentation is located in the docs/ subdirectory.
Issues?
Feel free to add an Issue on Github, or even better create a PR.
License
This software is published under the MIT License