Download the PHP package iankok/surf-forecast-api-client without Composer
On this page you can find all versions of the php package iankok/surf-forecast-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iankok/surf-forecast-api-client
More information about iankok/surf-forecast-api-client
Files in iankok/surf-forecast-api-client
Download iankok/surf-forecast-api-client
More information about iankok/surf-forecast-api-client
Files in iankok/surf-forecast-api-client
Vendor iankok
Package surf-forecast-api-client
Short Description A scraper wrapper SDK for surf-forecast.com
License MIT
Package surf-forecast-api-client
Short Description A scraper wrapper SDK for surf-forecast.com
License MIT
Please rate this library. Is it a good library?
Informations about the package surf-forecast-api-client
Surf Forecast Api Client
A php Library for fetching wavebreak information from surf-forecast.
Installation
composer require iankok/surf-forecast-api-client
Features
- Fully async so blazing fast
- Search by country
- Service provider to be able to use in Laravel
- Everything is poured in DDD design. So every call returns an array of typed classes. If you need different variables: feel free to make a PR or fork.
Samples
It's should be very easy use and implement in Laravel. Make sure you add
IanKok\SurfForecastApiClient\SurfForecastApiClientServiceProvider:class,
to your app.php
under providers
;
The final sample is how you should leverage the async functionality of this package.
All versions of surf-forecast-api-client with dependencies
PHP Build Version
Package Version
The package iankok/surf-forecast-api-client contains the following files
Loading the files please wait ....