leamiko / weather
a weather sdk
0.01
2020-03-06 06:32 UTC
Requires
- guzzlehttp/guzzle: ^6.5
Requires (Dev)
- mockery/mockery: ^1.3
- phpunit/phpunit: 7.5
This package is auto-updated.
Last update: 2025-06-06 18:34:44 UTC
README
a weather sdk.
Installing
$ composer require leamiko/weather -vvv
Usage
单元测试
./vendor/bin/phpunit --filter testGetWeatherWithInvalid
composer require phpunit/phpunit 7.5
composer require --dev phpunit/phpunit^6.2
composer require --dev mockery/mockery:^1.3
composer remove phpunit/phpunit
composer require --dev phpunit/phpunit:~5
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT