Download the PHP package telekommander/bingdailyphoto without Composer
On this page you can find all versions of the php package telekommander/bingdailyphoto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download telekommander/bingdailyphoto
More information about telekommander/bingdailyphoto
Files in telekommander/bingdailyphoto
Download telekommander/bingdailyphoto
More information about telekommander/bingdailyphoto
Files in telekommander/bingdailyphoto
Vendor telekommander
Package bingdailyphoto
Short Description BingPhoto is a simple PHP class to fetch Bing's image of the day with meta data.
License MIT
Package bingdailyphoto
Short Description BingPhoto is a simple PHP class to fetch Bing's image of the day with meta data.
License MIT
Keywords bing
Please rate this library. Is it a good library?
Informations about the package bingdailyphoto
Bing Daily Photo
BingPhoto is a simple PHP class to fetch Bing's image of the day with meta data.
Basic usage
Parameters
The class has some optional parameters to control various options:
Parameter | Description | Default | Valid values |
---|---|---|---|
$date | Date of photo | BingPhoto::DATE_TODAY |
BingPhoto::DATE_YESTERDAY , BingPhoto::DATE_TODAY , BingPhoto::DATE_TOMORROW , any integer >= -1 |
$n | Number of photos to fetch, going from date backwards | 1 | 1 - 8 |
$locale | Locale code | en-US | Whatever language Bing supports |
$resolution | Image resolution | BingPhoto::RESOLUTION_HIGH |
BingPhoto::RESOLUTION_LOW , BingPhoto::RESOLUTION_HIGH |
Examples
All versions of bingdailyphoto with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package telekommander/bingdailyphoto contains the following files
Loading the files please wait ....