Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 892 Bytes

index.md

File metadata and controls

12 lines (8 loc) · 892 Bytes

Developer documentation

Plugins are PHP programs, that extend functionality of UCRM. They are automatically executed based on user defined period and can handle things like importing payments from bank accounts, synchronizing UCRM data with other systems and many more.

Distribution

Plugins are distributed as ZIP archives. User uploads the archive into UCRM, it's validated and if valid, extracted to a folder based on plugin's name.

File structure

The minimum valid plugin consists of 2 files, manifest.json and main.php. These files are required for successful installation in UCRM. Other than the required files, archives can contain anything the plugin needs (with some exceptions - see reserved files).

Read more in the File structure documentation.