joomlatools/plg_docman_example

Illustrates the use of event handlers through a plugin in DOCman

Maintainers

Package info

github.com/joomlatools/docman-example

Homepage

Type:joomla-extension

pkg:composer/joomlatools/plg_docman_example

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

v2.0.0 2016-02-17 10:31 UTC

This package is not auto-updated.

Last update: 2026-02-24 23:48:29 UTC


README

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.