systopia/external-file

0.2.0 2024-05-22 15:54 UTC

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