alucas/iim-td3

Scrap planning lol

1.0.0 2023-07-03 12:46 UTC

This package is auto-updated.

Last update: 2024-04-03 19:33:08 UTC


README

Last version

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