PHP code example of bitweb / id-services
1. Go to this page and download the library: Download bitweb/id-services 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/ */
bitweb / id-services example snippets
use BitWeb\IdServices\Authentication\IdCard\Authentication;
// make everything relative to the project root
chdir(dirname(dirname(__DIR__)));
// Autoload classes
include 'vendor/autoload.php';
include 'init_autoloader.php';
Zend\Mvc\Application::init(