drush/make-parser

Maintainers

Package info

github.com/atphp/make-parser

pkg:composer/drush/make-parser

Statistics

Installs: 665

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-12 23:13:08 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');