PHPackages                             flux-eco/source-downloader - 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. flux-eco/source-downloader

ActiveFlux-eco[Utility &amp; Helpers](/categories/utility)

flux-eco/source-downloader
==========================

Component for flux-capacitor apps developed by fluxlabs

1.1.1(4y ago)07GPL-3.0-onlyPHPPHP &gt;=7.4

Since Mar 31Pushed 4y agoCompare

[ Source](https://github.com/flux-eco/source-downloader)[ Packagist](https://packagist.org/packages/flux-eco/source-downloader)[ Docs](https://fluxlabs.ch)[ RSS](/packages/flux-eco-source-downloader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (11)Used By (0)

flux-eco/source-downloader
==========================

[](#flux-ecosource-downloader)

This component supports the downloading of software sources. e.g. for building docker containers

Usage
-----

[](#usage)

### sourceList.yaml

[](#sourcelistyaml)

```
- sourceType: tar-gz
  directoryPath: /var/www
  directoryName: ilias
  url: https://github.com/ILIAS-eLearning/ILIAS/releases/download/v7.7/ILIAS-7.7.tar.gz
- sourceType: git
  url: https://github.com/fluxapps/SrContainerObjectMenu.git
  directoryPath: /var/www/ilias/Customizing/global/plugins/Services/UIComponent/UserInterfaceHook
  directoryName: SrContainerObjectMenu
  tag: v2.5.7

```

### .env

[](#env)

```
SOURCE_DOWNLOADER_SOURCE_LIST_FILE_PATH=sourceList.yaml
SOURCE_DOWNLOADER_VOLUME_PATH=/tmp
SOURCE_DOWNLOADER_GIT_FULL_CLONE=0

```

### Object-Oriented Usage

[](#object-oriented-usage)

```
