Download the PHP package webbuilders-group/silverstripe-kapost-bridge-logger without Composer
On this page you can find all versions of the php package webbuilders-group/silverstripe-kapost-bridge-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webbuilders-group/silverstripe-kapost-bridge-logger
More information about webbuilders-group/silverstripe-kapost-bridge-logger
Files in webbuilders-group/silverstripe-kapost-bridge-logger
Package silverstripe-kapost-bridge-logger
Short Description A wrapper for our SilverStripe Kapost Bridge module that logs all incoming requests to the kapost service
License BSD-3-Clause
Informations about the package silverstripe-kapost-bridge-logger
Kapost Bridge Logger
A wrapper for our SilverStripe Kapost Bridge module that logs all incoming requests to the kapost service.
Maintainer Contact
- Ed Chipman (UndefinedOffset)
Requirements
- SilverStripe CMS 3.1+
- Kapost Bridge
Installation
Composer (recommended):
If you prefer you may also install manually:
- Download the module from here https://github.com/webbuilders-group/silverstripe-kapost-bridge-logger/archive/master.zip
- Extract the downloaded archive into your site root so that the destination folder is called kapost-bridge-logger, opening the extracted folder should contain _config.php in the root along with other files/folders
- Run dev/build?flush=all to regenerate the manifest
Configuration Options
Extension Points
There is one extension point that allows you to hook into the lookup process for the destination object. This extension point is called updateObjectLookup
and is on the KapostBridgeLog class. The extension point is given one argument which is the Kapost Reference ID. Extensions using this extension point should return an object (or null) with the CMSEditLink method defined if you want a link to appear on the log. The CMSEditLink method must return a url to the edit page for that object. The first extension to return an object is used.
Documentation
Additional documentation for the module can be found here.
All versions of silverstripe-kapost-bridge-logger with dependencies
silverstripe/framework Version ~3.1
silverstripe/cms Version ~3.1
webbuilders-group/silverstripe-kapost-bridge Version ~0.9
composer/installers Version *