PHPackages                             pjmil/laravel-pixabay - 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. pjmil/laravel-pixabay

ActiveLibrary

pjmil/laravel-pixabay
=====================

Laravel facade for accessing the Pixabay API

0901PHPCI failing

Since Oct 10Pushed 6y ago2 watchersCompare

[ Source](https://github.com/pjmil/laravel-pixabay)[ Packagist](https://packagist.org/packages/pjmil/laravel-pixabay)[ RSS](/packages/pjmil-laravel-pixabay/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Pixabay
===============

[](#laravel-pixabay)

`composer require pjmil/laravel-pixabay`

Go to pixabay.com, register an account and get your API key

Add `PIXABAY_API_KEY=` to `.env`

```
$images = Pixabay::image([
  'q' => 'animals+dancing',
  'min_width' => 600,
  'min_height' => 600,
  'type' => 'photo',
]);

$videos = Pixabay::video([
  'q' => 'animals+dancing',
]);

```

Refer to [Pixabay's API docs](https://pixabay.com/api/docs/) for query options.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca5290f0a4b65c99b84f1931fe13ab45d754dede0e392eed54c2fb7ba168968a?d=identicon)[pjmil](/maintainers/pjmil)

---

Top Contributors

[![pjmil](https://avatars.githubusercontent.com/u/3788045?v=4)](https://github.com/pjmil "pjmil (8 commits)")

### Embed Badge

![Health badge](/badges/pjmil-laravel-pixabay/health.svg)

```
[![Health](https://phpackages.com/badges/pjmil-laravel-pixabay/health.svg)](https://phpackages.com/packages/pjmil-laravel-pixabay)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
