You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catcher is a bundle of plugins and a library for catching and debug Joomla! events.
5
+
6
+
## Installation
7
+
8
+
### Composer
9
+
10
+
You can install this package using [Composer](https://getcomposer.org/). Create a `composer.json` file inside the root directory of your Joomla! site containing the following code:
11
+
12
+
```
13
+
{
14
+
"require": {
15
+
"nooku/pkg_catcher": "dev-master"
16
+
},
17
+
"minimum-stability": "dev"
18
+
}
19
+
```
20
+
21
+
Run composer install.
22
+
23
+
### Phing
24
+
25
+
For convenience, a [phing](http://www.phing.info/) script for building the package is also available under the `/scripts/build` folder of the repo.
26
+
27
+
After building it, the package may be installed using the Joomla! extension manager.
28
+
29
+
## Usage
30
+
31
+
After the package is installed, make sure to enable the plugins and configure them to catch and report events.
0 commit comments