PHPackages                             justraviga/laravel-pexels - 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. [API Development](/categories/api)
4. /
5. justraviga/laravel-pexels

ActiveLibrary[API Development](/categories/api)

justraviga/laravel-pexels
=========================

Pexels API client for Laravel

0.1.8(3y ago)511.6k↓66.7%4[1 issues](https://github.com/JustRaviga/laravel-pexels/issues)MITPHPPHP ^7.4|^8.0

Since Oct 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/JustRaviga/laravel-pexels)[ Packagist](https://packagist.org/packages/justraviga/laravel-pexels) Fund[ RSS](/packages/justraviga-laravel-pexels/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (5)Versions (10)Used By (0)

Laravel Pexels
==============

[](#laravel-pexels)

Provides access to Pexels API for Laravel projects

[![Stable Version](https://camo.githubusercontent.com/5edd5a84b86a0416a74b8d93e56d48ba415f73072160843ecbe77e48cb673e2b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6a7573747261766967612f6c61726176656c2d706578656c733f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/justraviga/laravel-pexels)[![Unstable Version](https://camo.githubusercontent.com/85afbac0745eb275d863cee4b1701a70c0e30315d27990b00f1abd553b8761e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d6465762d2d6d61696e2d6f72616e67653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/justraviga/laravel-pexels)[![Total Downloads](https://camo.githubusercontent.com/4778bc4093a27eebe8b1c676647c458f51a45172ca640cf1bf2a022eca1c34fd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a7573747261766967612f6c61726176656c2d706578656c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/justraviga/laravel-pexels)[![License](https://camo.githubusercontent.com/90521b4a7b85b213e21f469f7ea84324b29eaa99d97ecff57ef9490712fd8148/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a7573747261766967612f6c61726176656c2d706578656c732e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Using](#using)

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

[](#installation)

To get the latest version of `Laravel Pexels`, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require justraviga/laravel-pexels
```

Or manually update `require` block of `composer.json` and run `composer update`.

```
{
    "require": {
        "justraviga/laravel-pexels": "^0.1"
    }
}
```

Using
-----

[](#using)

```
use JustRaviga\Pexels\Clients\PhotoApiClient;
use JustRaviga\Pexels\Facades\Pexels;

$client = new PhotoApiClient(); // Good for controller method/artisan command handle()/job handle() dependency injection
// OR
$client = Pexels::photos();

$response = $client->search('cats');

foreach ($response->photos as $photo){
    $photo->width;
    $photo->height;
    $photo->url;
    $photo->src->medium;
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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.

###  Release Activity

Cadence

Every ~61 days

Recently: every ~121 days

Total

9

Last Release

1172d ago

### Community

Maintainers

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

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

---

Top Contributors

[![DeDmytro](https://avatars.githubusercontent.com/u/13836815?v=4)](https://github.com/DeDmytro "DeDmytro (13 commits)")[![NicolasSacC](https://avatars.githubusercontent.com/u/16766008?v=4)](https://github.com/NicolasSacC "NicolasSacC (1 commits)")

---

Tags

laravelapi clientpexelspexels api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/justraviga-laravel-pexels/health.svg)

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

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[dcblogdev/laravel-xero

A Laravel Xero package

53129.1k1](/packages/dcblogdev-laravel-xero)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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