PHPackages                             symbiotic/packages-loader-filesytem - 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. [Framework](/categories/framework)
4. /
5. symbiotic/packages-loader-filesytem

ActiveLibrary[Framework](/categories/framework)

symbiotic/packages-loader-filesytem
===================================

Allows you to add packages to the core of the Symbiotic framework from the file system.

1.4.1.4(3y ago)01181BSD-3-ClausePHPPHP &gt;=8.0

Since Sep 11Pushed 3y agoCompare

[ Source](https://github.com/symbiotic-php/packages-loader-filesytem)[ Packagist](https://packagist.org/packages/symbiotic/packages-loader-filesytem)[ Docs](https://symbioticphp.com)[ RSS](/packages/symbiotic-packages-loader-filesytem/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (1)

Symbiotic package loader from the file system
=============================================

[](#symbiotic-package-loader-from-the-file-system)

Install
-------

[](#install)

```
composer require symbiotic/packages-loader-filesytem

```

How it works?
-------------

[](#how-it-works)

The component traverses all allowed directories (up to 3 levels of nesting), searches for `composer.json` files and reads a section from them reads the `extra->symbiotic` section to add a package to the core of the Symbiotic framework.

Setting up Directories
----------------------

[](#setting-up-directories)

Adding directories to search for Symbiotic packages is done in the main config of the framework:

```
