PHP code example of blueraster / powerbi_auth_proxy

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

    

blueraster / powerbi_auth_proxy example snippets


php composer.phar config repositories.powerbi_auth_proxy vcs https://github.com/blueraster/powerbi_auth_proxy

curl -o composer.phar https://getcomposer.org/composer-stable.phar
composer init -n -s dev --repository="{\"type\":\"vcs\",\"url\":\"https://github.com/blueraster/powerbi_auth_proxy\"}" --


rm -rf vendor && \
rm composer.* && \
curl -o composer.phar https://getcomposer.org/composer-stable.phar && \
php composer.phar init -n -s dev && \
php composer.phar config repositories.auth_proxy "{\"type\":\"path\",\"url\":\"../../powerbi_auth_proxy\"}" && \
php composer.phar config scripts.post-autoload-dump "BlueRaster\\PowerBIAuthProxy\\Installer::postAutoloadDump" && \
php composer.phar 

php phpDocumentor.phar --template=default -s graphs.enabled=true --sourcecode --force