fpalvadeau/oss-td3
Composer 安装命令:
composer require fpalvadeau/oss-td3
包简介
Super library to scrap data from a website !
README 文档
README
This library is made to retrieve data from the "annuaire des mairies"'s website of the Yvelines.'
Installation
composer install
php vendor/bin/phpstan analyze src --level=max
php vendor/bin/phpunit tests
How to retrieve all the cities name and population ?
php build/index.php
How to retrieve the city with the highest population ?
go in the build/index.php file, then replace the $scrapping->getCitiesAndPopulation() by $scrapping->getMaxPopulation().
Then
php build/index.php
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-05