PHP code example of abdul-rahman-al-hourani / ddd-structure-visualizer

1. Go to this page and download the library: Download abdul-rahman-al-hourani/ddd-structure-visualizer 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/ */

    

abdul-rahman-al-hourani / ddd-structure-visualizer example snippets




use AbdulRahmanAlHourani\DddStructureVisualizer\ProjectStructureHtmlGenerator;

$path = ProjectStructureHtmlGenerator::generate('src', 'project-structure.html');