Symfony logo

From the Symfony book

How can we add more dependencies? Via Composer. Besides “regular” Composer packages, we will work with two “special” kinds of packages: Symfony Components: Packages that implement core features and low level abstractions that most applications need (routing, HTTP client, mailer, cache, …); Symfony Bundles: Packages that add high-level features or provide integrations with third-party libraries. https://symfony.com/doc/current/the-fast-track/en/5-debug.html#installing-more-dependencies


Explore the Symfony universe each week


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *