alucas / iim-td3
爬取计划 lol
1.0.0
2023-07-03 12:46 UTC
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.20
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.2
README
安装
composer require alucas/iim-td3
composer install
如何使用?
use Alucas\td3\Scrapper; // Initialize the scrapper $scrapper = new Scrapper(); // get all characters (pagination, 60 per array) $clones = $scrapper->getAllcharacters();
架构
Class Clone : - name: string - description: string - imageLink: string
本地测试 & 代码检查器
php vendor/bin/phpstan analyse src --level=max
php vendor/bin/php-cs-fixer fix src --rules=@PSR12
php vendor/bin/phpunit tests