github.com/atphp/make-parser
源代码
问题
安装: 661
依赖项: 1
建议者: 0
安全性: 0
星标: 0
关注者: 2
分支: 0
开放问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
GPL-2.0+ 5c0eaf0aec4f2ab212b19b6294244cfc970711e9
This package is auto-updated.
Last update: 2024-09-12 20:16:03 UTC
从Drush包中分离出来。查看测试用例以获取更多详细信息。
使用composer要求库
composer require drush/make-parser:1.*@dev
然后在PHP代码中,我们可以
require_once '/path/to/vendor/autoload.php'; $make = make_parse_info_file('/path/to/project-name.make');