lhpires / correios-rastreamento
通过爬虫技术实现邮政包裹追踪的辅助工具
v1.0.0
2023-11-08 23:04 UTC
Requires
- php: >=5.4
- symfony/css-selector: 2.8.52
- symfony/dom-crawler: 2.8.52
- symfony/polyfill-ctype: 1.19.0
- symfony/polyfill-mbstring: 1.0.0
README
通过爬虫技术实现邮政包裹追踪的辅助工具
安装
composer require lhpires/correios-rastreamento
邮政包裹追踪
<?php $ProcessaCrawler = new ProcessaCrawler(); $domc = new Crawler(); $content = file_get_contents("https://www.linkcorreios.com.br/{$seu_codigo}"); $filtro = ".linha_status"; $ProcessaCrawler::htmlToJson($content,$filtro,$domc);