gitstream/nginx-parser

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

Nginx parser

Installs: 290

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/gitstream/nginx-parser

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

This package is auto-updated.

Last update: 2025-09-25 19:14:32 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