PHP code example of adamlundrigan / ldc-zfc-user-oauth2
1. Go to this page and download the library: Download adamlundrigan/ldc-zfc-user-oauth2 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/ */
adamlundrigan / ldc-zfc-user-oauth2 example snippets
return array(
'zf-oauth2' => array(
'storage' => 'ldc-zfc-user-oauth2-storage-pdo',
),
);
'auth_adapters' => array( 100 => 'ldc-zfc-user-oauth2-authentication-adapter-db' ),