PHPackages                             cosnavel/laravel-unsplash - 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. cosnavel/laravel-unsplash

ActiveLibrary[API Development](/categories/api)

cosnavel/laravel-unsplash
=========================

Unsplash API wrapper for Laravel

1.0.0(5y ago)111.2k↓46.7%[2 issues](https://github.com/Cosnavel/laravel-unsplash/issues)MITPHPPHP ^7.3|^8.0

Since Mar 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Cosnavel/laravel-unsplash)[ Packagist](https://packagist.org/packages/cosnavel/laravel-unsplash)[ RSS](/packages/cosnavel-laravel-unsplash/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

**A Laravel wrapper for Unsplash.**

Install
-------

[](#install)

Via Composer

```
$ composer require cosnavel/laravel-unsplash
```

Add your UNSPLASH\_ACCESS\_KEY to .env

Usage
-----

[](#usage)

See documention for params and others at [unsplash docs](https://unsplash.com/documentation)

List of methods:

### Photos

[](#photos)

```
$photos        = UnsplashPhotos::photos([]);          // list of all photos
$photo         = UnsplashPhotos::single($id, $params);     // single photo
$statistic     = UnsplashPhotos::statistic($id, $params);  // single photo statistics
$downloadUrl   = UnsplashPhotos::download($id, $params);   // single photo download link
$curatedPhotos = UnsplashPhotos::curated($params);         // list of curated photos
$randomPhoto   = UnsplashPhotos::random($params);          // random photo
```

### Users

[](#users)

```
use UnsplashUsers;

$user         = UnsplashUsers::profile($username, $params);      // single user
$portfolio    = UnsplashUsers::portfolio($username);             // single user's portfolio
$photos       = UnsplashUsers::photos($username, $params);       // single user's photos
$photos       = UnsplashUsers::likes($username, $params);        // single user's likes
$collections  = UnsplashUsers::collections($username, $params);  // single user's collections
$statistics   = UnsplashUsers::statistics($username, $params);   // single user's statistics
```

### Collections

[](#collections)

```
use UnsplashCollections;

$collection  = UnsplashCollections::collections($params);    // list of all collections
$collection  = UnsplashCollections::single($id, $params);    // single collections
$photos      = UnsplashCollections::photos($id, $params);    // collection photos
$statistic   = UnsplashCollections::statistic($id, $params); // single collections statistics
$collection  = UnsplashCollections::curated($params);        // list of curated collections
$collection  = UnsplashCollections::related($id, $params);   // list of related collections
$collection  = UnsplashCollections::featured($params);       // list of featured collections
```

### Search

[](#search)

```
use UnsplashSearch;

$photos     = UnsplashSearch::photo($query, $params);
$collection = UnsplashSearch::collection($query, $params);
$user       = UnsplashSearch::user($query, $params);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1896d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/42392570?v=4)[Niclas Kahlmeier](/maintainers/Cosnavel)[@Cosnavel](https://github.com/Cosnavel)

---

Top Contributors

[![Cosnavel](https://avatars.githubusercontent.com/u/42392570?v=4)](https://github.com/Cosnavel "Cosnavel (1 commits)")

### Embed Badge

![Health badge](/badges/cosnavel-laravel-unsplash/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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