PHP code example of masoudniki / jcal

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

    

masoudniki / jcal example snippets

 
composer global 

export PATH="$PATH:$HOME/composer/vendor/bin"
 
export PATH="$PATH:$HOME/.config/composer/vendor/bin"