PHP code example of lasserafn / php-fik

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

    

lasserafn / php-fik example snippets

bash
composer 
 php
use LasseRafn\FIK\FIK;

echo FIK::generate(1003); // 000000000100305
echo FIK::generate(1004, $isReminder = true); // 000000000100438

// Helpers
echo fik_invoice(1003); // 000000000100305
echo fik_reminder(1004); // 000000000100438