drush/make-parser

v0.1.0 2015-03-19 08:28 UTC

This package is auto-updated.

Last update: 2024-04-12 19:20:21 UTC


README

Splited from Drush package. Check test cases for more details.

Usage

Require the library using composer:

composer require drush/make-parser:1.*@dev

Then in PHP code, we can:

require_once '/path/to/vendor/autoload.php';
$make = make_parse_info_file('/path/to/project-name.make');