/docman-example

Example plugin for DOCman

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Example DOCman Plugin

This is an illustrative plugin to show how the use of the plugin system to do some processing on a DOCman document.

Installation

Composer

You can install this package using Composer. Create a composer.json file inside the root directory of your Joomla! site containing the following code:

{
    "require": {
        "joomlatools/plg_docman_example": "dev-master"
    },
    "minimum-stability": "dev"
}

And, then run:

$ composer install.

Package

For downloading an installable package just make use of the Download ZIP button located in the right sidebar of this page.

After downloading the package, you may install this plugin using the Joomla! extension manager.