ltd-beget/dns-zone-tokenizer
最新稳定版本:v0.0.11
Composer 安装命令:
composer require ltd-beget/dns-zone-tokenizer
包简介
tokenize dns zone files and that's all, folks.
关键字:
README 文档
README
Tokenize dns zone files and that's all, folks.
Installation
composer require ltd-beget/dns-zone-tokenizer
Usage
<?php use LTDBeget\dns\Tokenizer; require(__DIR__ . '/vendor/autoload.php'); $config_path = realpath(__DIR__."/zone/exampleZone"); // path to your dns zone file $plain_config = file_get_contents($config_path); $tokenized = Tokenizer::tokenize($plain_config); // that's all, folks. All is done =)
Developers
Regenerate documentation
$ ./vendor/bin/phpdox
Run tests
$ wget https://phar.phpunit.de/phpunit.phar
$ php phpunit.phar --coverage-html coverage
$ php phpunit.phar --coverage-clover coverage.xml
License
released under the MIT License. See the bundled LICENSE file for details.
统计信息
- 总下载量: 244.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-13