library nginx-parser
Nginx parser
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
, (*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
dev-master
9999999-dev
Nginx parser
Sources
Download
The Requires
The Development Requires
by
Sergey Gonimar
parser
utils
tools
conf
nginx
v0.1
0.1.0.0
Nginx parser
Sources
Download
The Requires
The Development Requires
by
Sergey Gonimar
parser
utils
tools
conf
nginx