systopia / external-file
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 1
Type:civicrm-ext
Requires
- symfony/http-foundation: >=4.4
- symfony/mime: >=4.4
- webmozart/assert: ^1.11
Requires (Dev)
This package is not auto-updated.
Last update: 2025-03-21 06:29:39 UTC
README
This extension provides a way to load files from external sources and make them available in CiviCRM. It is intended to be used by other extensions.
The extension is licensed under AGPL-3.0.
Requirements
- PHP v7.4+
- CiviCRM v5.57+
Installation (Web UI)
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
Installation (CLI, Zip)
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir> cv dl external-file@https://github.com/systopia/external-file/archive/master.zip
Installation (CLI, Git)
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/systopia/external-file.git cv en external-file