Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

PHP integration

The php integration is installable over composer

composer require arkham/komentify

How to use

use Komentify\IntegrationHandler;

$integrationHandler = new IntegrationHandler([
    'appId' => 'myAppId',
    'elementId' => 'divWrapperId'
]);

echo $integrationHandler->getScriptSnippet();

The options that can be specified are specified here