PHP code example of jordimorillo / tdg-php

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

    

jordimorillo / tdg-php example snippets

bash
composer 
bash
./vendor/bin/tdg-php path/to/test/file.php
bash
./vendor/bin/tdg-php tests/ExampleTest.php