lee / weather-crawler
Crawl weather data with PHP
v1.0
2018-07-17 01:58 UTC
Requires
- php: >=7.1
- connectors/http: ^2
- enygma/cmd: ^0.4.0
- joomla/di: ^1
- jwage/easy-csv: ^0.0.5
- league/climate: ^3.4
- nesbot/carbon: ^1.30
- scriptfusion/porter: ^4
- symfony/css-selector: ^3.4
- symfony/dom-crawler: ^3.4
Requires (Dev)
- mockery/mockery: ^1
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-11-07 19:39:08 UTC
README
Introduction
The weather crawler is to crawl the CWB weather data.
Usage
We strongly recommend install this package via Composer.
- Intall the composer.
curl -sS https://getcomposer.org/installer | php
- Install this package via composer
php composer.phar require lee/weather-crawler
- Run the
example.php
to learn the basic usage.
php example.php
- You can see more details about the
example.php
.