gitstream/nginx-parser

There is no license information available for the latest version (v0.1) of this package.

Nginx parser

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

This package is auto-updated.

Last update: 2024-03-25 16:09:43 UTC


README

Build Status

Nginx parser

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));

Tests

phpunit --configuration ./phpunit.xml