PHP code example of apinnecke / oauth-bundle

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

    

apinnecke / oauth-bundle example snippets


    new \APinnecke\Bundle\OAuthBundle\APinneckeOAuthBundle(),

    $service = $this->container->get('apinnecke_oauth.service.xing');

    fancy_company.random_namespace.wayne_bundle:
        class: FancyCompany\Bundle\WayneBundle\MyCool\ClassFor\WorldDominance
        arguments:
            - "@apinnecke_oauth.service.xing"
app/AppKernel.php