olive-cms/installed-packages

get installed composer packages

1.0.0 2018-12-31 11:55 UTC

This package is auto-updated.

Last update: 2024-05-29 03:39:25 UTC


README

get installed composer packages

Installation

Install the latest version with

$ composer require olive-cms/installed-packages

Basic Usage

$vendor_path = '/path/to/vendor';
require_once $vendor_path . '/autoload.php';
use Olive\Tools\Packages;

$list = Packages::getPackages($vendor_path);

Requirements

  • PHP 5.5+.

License

olive-cms/installed-packages is licensed under the MIT license.