PHP code example of wowworks / team-analysis

1. Go to this page and download the library: Download wowworks/team-analysis 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/ */

    

wowworks / team-analysis example snippets


    'bitbucket' => [
        'key' => <your-OAuth-Key>
        'secret' => <your-OAuth-Secret>,
                'workspace' => <your-workspace>, 
                'repositories' => [
                    <you-repository-slag-1>,
                    <you-repository-slag-2>
                ],
    ]

    'components' => [
        'db' => [
            'class' => 'yii\db\Connection',
            'dsn' => '',
            'password' => '',
            'username' => '',
            'charset' => 'utf8',
        ],
    ]

    'jira' => [
        'host' => <your-jira-host>
        'user' => <your-jira-username>,
        'token' => <jira-password-OR-api-token>,
        'projectKeys' => [
            <project-key-1>,
            <project-key-2>
        ]
    ]