https://github.com/mchev/meteofrance-php
https://github.com/mchev/meteofrance-php
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mchev/meteofrance-php
- Owner: mchev
- License: mit
- Created: 2024-01-06T16:23:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T09:17:26.000Z (about 2 years ago)
- Last Synced: 2024-05-01T18:11:07.703Z (about 2 years ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# [WIP] Meteo France PHP API Wrapper
[](https://packagist.org/packages/mchev/meteofrance-php)
[](https://github.com/mchev/meteofrance-php/actions/workflows/run-tests.yml)
[](https://packagist.org/packages/mchev/meteofrance-php)
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require mchev/meteofrance-php
```
## Usage
```php
$skeleton = new Mchev\MeteofrancePhp();
echo $skeleton->echoPhrase('Hello, Mchev!');
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [mchev](https://github.com/mchev)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.