gitstream/nginx-parser

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

Nginx parser

Maintainers

Package info

github.com/gitstream/nginx-parser

pkg:composer/gitstream/nginx-parser

Statistics

Installs: 290

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-25 19:57:06 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