PHP code example of ezyt / yii2-atatus-component

1. Go to this page and download the library: Download ezyt/yii2-atatus-component library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ezyt / yii2-atatus-component example snippets


[
    'bootstrap' => [
        #...
        'atatus'        
    ],
    'components' => [
        'atatus' => [
            'class'   => \Ezyt\Yii2Atatus\AtatusComponent::class,
        ],
    ],
];

        #...
        Yii::$app->atatus->getAgent()->setTransactionName();
        #...