alucas / iim-td3
Scrap planning 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
Installation
composer require alucas/iim-td3
composer install
How to use ?
use Alucas\td3\Scrapper; // Initialize the scrapper $scrapper = new Scrapper(); // get all characters (pagination, 60 per array) $clones = $scrapper->getAllcharacters();
Architercture :
Class Clone :
- name: string
- description: string
- imageLink: string
Local test & linters :
php vendor/bin/phpstan analyse src --level=max
php vendor/bin/php-cs-fixer fix src --rules=@PSR12
php vendor/bin/phpunit tests