PHPackages                             hylianshield/vendor-locator-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hylianshield/vendor-locator-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

hylianshield/vendor-locator-bundle
==================================

This bundle allows to locate vendor packages inside a Symfony project.

1.0.1(9y ago)016Apache-2.0PHPPHP ^7.0

Since Jan 29Pushed 9y ago2 watchersCompare

[ Source](https://github.com/HylianShield/vendor-locator-bundle)[ Packagist](https://packagist.org/packages/hylianshield/vendor-locator-bundle)[ RSS](/packages/hylianshield-vendor-locator-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Introduction
============

[](#introduction)

This bundle allows to locate composer vendor packages inside a Symfony project. It interprets the `composer.json` in your project root to find the correct vendor base directory.

The vendor location is configured with a compiler pass, so the path lookup is stored in DI definition cache.

Installation
============

[](#installation)

```
composer require hylianshield/vendor-locator-bundle:^1.0
```

Add the following bundle to the app kernel.

```
