2017 © Pedro Peláez
 

library nginx-parser

Nginx parser

image

gitstream/nginx-parser

Nginx parser

  • Wednesday, March 4, 2015
  • by gonimar
  • Repository
  • 1 Watchers
  • 4 Stars
  • 116 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 78 % Grown

The README.md

Build Status, (*1)

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

The Versions

04/03 2015

dev-master

9999999-dev

Nginx parser

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

by Sergey Gonimar

parser utils tools conf nginx

04/03 2015

v0.1

0.1.0.0

Nginx parser

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

by Sergey Gonimar

parser utils tools conf nginx