PHPackages                             grubersjoe/bing-daily-photo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. grubersjoe/bing-daily-photo

AbandonedArchivedLibrary[Image &amp; Media](/categories/media)

grubersjoe/bing-daily-photo
===========================

A class to fetch Bing's image of the day with meta data

v4.1.0(3y ago)3511.6k6MITPHPPHP ^8

Since May 28Pushed 3y ago4 watchersCompare

[ Source](https://github.com/grubersjoe/bing-daily-photo)[ Packagist](https://packagist.org/packages/grubersjoe/bing-daily-photo)[ RSS](/packages/grubersjoe-bing-daily-photo/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (7)Dependencies (2)Versions (10)Used By (0)

Bing Daily Photo
================

[](#bing-daily-photo)

[![CI](https://github.com/grubersjoe/bing-daily-photo/actions/workflows/test.yml/badge.svg)](https://github.com/grubersjoe/bing-daily-photo/actions/workflows/test.yml/badge.svg)

BingPhoto is a simple PHP class to fetch Bing's image of the day with meta data.

It is also possible to cache the images locally, which can be useful in combination with a periodic cronjob. See the `cacheDir` parameter for this (optional) feature. Disclaimer: this might be a copyright issue.

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org/) to install this package:

```
composer require grubersjoe/bing-daily-photo
```

Basic usage
-----------

[](#basic-usage)

```
