tekro/oss-td3

抓取星球大战角色信息

1.0.2 2023-07-05 14:41 UTC

This package is auto-updated.

Last update: 2024-09-07 17:17:45 UTC


README

此库从网站 "https://www.starwars-holonet.com/encyclopedie/liste-personnages.html" 抓取数据。

本地开发

    composer install
    php vendor/bin/phpstan analyse src --level=max

使用抓取功能

使用 "new Scrap" 和 getStarWarsCharacters() 函数。

这将返回一个包含星球大战角色名称的字符串数组。

$scrap = new Scrap();

$data = $scrap->getStarWarsCharacters();