Robots.txt-Parser-Class:robots.txt解析的Php类

时间:2024-02-24 05:56:20
【文件属性】:

文件名称:Robots.txt-Parser-Class:robots.txt解析的Php类

文件大小:227KB

文件格式:ZIP

更新时间:2024-02-24 05:56:20

php parser google yandex w3c

Robots.txt php解析器类 PHP类可根据Google,Yandex,W3C和The Web Robots Pages规范来解析robots.txt规则。 支持的规范的完整列表(以及尚不支持的规范)在中可用。 安装 该库可通过Composer软件包安装。 要通过Composer安装,请将需求添加到您的composer.json文件中,如下所示: { " require " : { " t1gor/robots-txt-parser " : " dev-master " } } 然后使用composer加载lib: <?php require 'vendor/autoload.php' ; $ parser = new RobotsTxtParser ( file_get_contents ( 'http://example.com/robots.txt' )); . . . 您可以在这里找到有关Composer的更多信息: : 使用范例 <?php require_once 'source/robotst


【文件预览】:
Robots.txt-Parser-Class-master
----.gitignore(72B)
----README.md(5KB)
----test()
--------disabled()
--------cases()
--------bootstrap.php(66B)
----phpunit.xml(654B)
----LICENSE(1KB)
----source()
--------robotstxtparser.php(28KB)
----composer.json(970B)
----build()
--------.gitkeep(0B)
--------logs()
----.travis.yml(341B)
----assets()
--------components-graph.png(184KB)
--------schema.png(39KB)

网友评论