gitstream/nginx-parser

该软件包最新版本(v0.1)没有提供许可证信息。

Nginx 解析器

v0.1 2015-03-04 08:54 UTC

This package is auto-updated.

Last update: 2024-09-25 17:10:36 UTC


README

Build Status

Nginx 解析器

require __DIR__ . "/vendor/autoload.php";

use gitstream\parser\nginx\Parser;

$conf   = __DIR__ . '/tests/fixtures/nginx/nginx.conf';

$parser = new Parser();

print_r($parser->load($conf));

测试

phpunit --configuration ./phpunit.xml