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

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.