PHP code example of locr-company / dependency-scanner
1. Go to this page and download the library: Download locr-company/dependency-scanner 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/ */
locr-company / dependency-scanner example snippets
use Locr\Lib\Dependencies;
$deps = Dependencies::getDependencies(path: '/path/to/project');
bash
git clone [email protected]:locr-company/php-dependency-scanner.git
cd php-dependency-scanner && composer install