adelktr / open-source-td3
1.0.1
2023-07-05 15:00 UTC
Requires
- symfony/css-selector: ^6.0||^6.3
- symfony/dom-crawler: ^6.0||^6.3
- symfony/http-client: ^6.0||^6.3
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6||^10.2
- symfony/var-dumper: ^v6.0||^6.3
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()