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.
- PHP v8.1+
- CiviCRM v5.64+
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
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.zipSysadmins 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