PHPackages                             gumphp/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. gumphp/laravel-pexels

ActiveLibrary[API Development](/categories/api)

gumphp/laravel-pexels
=====================

Pexels API client for Laravel

05PHP

Since Mar 21Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)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

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 86.7% 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/fe6c27a2d5150e5987aba932dd2295e98799bd0786d7819d751838bcdcb73c22?d=identicon)[gumphp](/maintainers/gumphp)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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