drush/make-parser

Installs: 665

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/drush/make-parser

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

This package is auto-updated.

Last update: 2025-10-12 22:32:55 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');