PHP code example of exakat / exakat

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

    

exakat / exakat example snippets

bash
mkdir exakat
cd exakat
curl -O -J 'https://www.exakat.io/versions/index.php?file=latest'
    
curl -O -J 'https://www.exakat.io/versions/index.php?file=latest.md5'
md5sum -c exakat-*.md5
// Example : 
// exakat-2.6.0.phar: OK

mv exakat-*.phar exakat.phar

php exakat.phar install -v 

php exakat.phar doctor