pedweb / qwanturank
此包已被废弃,不再维护。未建议替代包。
从URL或其源代码中收集统计数据和元数据(面向SEO)。
0.0.2
2019-12-04 07:39 UTC
Requires
- php: ~7.2
- ropendev/google: ^0.0.3
Requires (Dev)
- phpunit/phpunit: >=7.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2021-02-13 22:10:09 UTC
README
Qwanturank : 比较 Qwant 和 Google 有机搜索结果
Simple wrapper for rOpenDev\Google
允许比较 qwanturank 结果。
每天,结果都会更新在 qwanturankseo.com。
安装
通过 Packagist
$ composer require piedweb/qwanturank
使用
收集方法
include __DIR__.'/../vendor/autoload.php'; var_dump(Qwanturank::compare()); // return an array with position,title,url,google // change the kw var_dump(Qwanturank::compare('pied web'));
贡献
请参阅 贡献指南
鸣谢
许可证
MIT许可证(MIT)。请参阅 许可证文件 了解更多信息。