gremo / symfony-webapp
Opinionated Composer metapackage for Symfony-based web applications
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-pack
Requires
- babdev/pagerfanta-bundle: *
- friendsofphp/php-cs-fixer: *
- pagerfanta/doctrine-orm-adapter: *
- phpstan/extension-installer: *
- phpstan/phpstan: *
- phpstan/phpstan-deprecation-rules: *
- phpstan/phpstan-strict-rules: *
- runtime/frankenphp-symfony: *
- sensiolabs/minify-bundle: *
- symfony/asset: *
- symfony/asset-mapper: *
- symfony/debug-pack: *
- symfony/doctrine-messenger: *
- symfony/expression-language: *
- symfony/form: *
- symfony/http-client: *
- symfony/intl: *
- symfony/mailer: *
- symfony/maker-bundle: ^1.0
- symfony/mercure-bundle: *
- symfony/mime: *
- symfony/monolog-bundle: ^3.1
- symfony/notifier: *
- symfony/orm-pack: *
- symfony/process: *
- symfony/profiler-pack: *
- symfony/scheduler: *
- symfony/security-bundle: *
- symfony/serializer-pack: *
- symfony/stimulus-bundle: *
- symfony/string: *
- symfony/test-pack: *
- symfony/translation: *
- symfony/twig-pack: *
- symfony/ux-icons: ^2.25
- symfony/ux-live-component: ^2.25
- symfony/ux-turbo: *
- symfony/ux-twig-component: ^2.25
- symfony/validator: *
- symfony/web-link: *
- symfonycasts/tailwind-bundle: *
- twig/cssinliner-extra: *
- twig/html-extra: *
- twig/inky-extra: *
- twig/intl-extra: *
- twig/string-extra: *
Requires (Dev)
Conflicts
- symfony/framework-bundle: <6.3
This package is auto-updated.
Last update: 2025-05-22 21:05:01 UTC
README
Opinionated Composer metapackage for Symfony-based web applications.
Why? Because modern web applications often require Webpack, the use of Symfony UX live components, sending HTML emails, pagination of results, and more.
🚀 Quick start
In a minimal Symfony installation:
composer require gremo/symfony-webapp
See Creating Symfony Applications to create a new (minimal) Symfony application.
If you are not using Symfony CLI:
curl -O https://raw.githubusercontent.com/symfony/skeleton/7.2/composer.json composer install
🔍 How it is different
Here are the differences between the Symfony webapp
metapackage and this project:
📦 Packages
Development packages:
❤️ Contributing
All types of contributions are encouraged and valued. See the contributing guidelines, the community looks forward to your contributions!
📘 License
Released under the terms of the ISC License.