PHP code example of kingstarter / invoiceplane-saml
1. Go to this page and download the library: Download kingstarter/invoiceplane-saml 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/ */
kingstarter / invoiceplane-saml example snippets
https://invoiceplane.example.com/index.php/sessions/samlauth
application/config/config.php
$config['csrf_exclude_uris'] = array(
'sessions/samlauth'
);