adelktr/open-source-td3

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/adelktr/open-source-td3

1.0.1 2023-07-05 15:00 UTC

This package is auto-updated.

Last update: 2025-10-05 20:12:02 UTC


README

Installation

composer install adelktr/open-source-td3

Local Development

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

What is it ?

For the moment you can have 2 types of lists, the first is the list of all the motorcycles present on the site https://moto.suzuki.fr/, and the second is the list of all the motorcycles of the available site for bridle for The A2 license.

All bikes

$allBikes = Adelktr\OpenSourceTd3\Scrap()->fetchAllBikes()

A2 bikes = fetchAllA2Bikes()

$allBikes = Adelktr\OpenSourceTd3\Scrap()->fetchAllA2Bikes()