PHPackages                             php-soft/laravel-photos - 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. php-soft/laravel-photos

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

php-soft/laravel-photos
=======================

Laravel Photos module

41.6k1[4 issues](https://github.com/php-soft/laravel-photos/issues)PHP

Since Dec 28Pushed 10y ago6 watchersCompare

[ Source](https://github.com/php-soft/laravel-photos)[ Packagist](https://packagist.org/packages/php-soft/laravel-photos)[ RSS](/packages/php-soft-laravel-photos/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Photos Module
=====================

[](#laravel-photos-module)

[![Build Status](https://camo.githubusercontent.com/1b51d516b2eb975d98893cc8afb1ae12526a3362b900a0e76ae4931010c613e3/68747470733a2f2f7472617669732d63692e6f72672f7068702d736f66742f6c61726176656c2d70686f746f732e737667)](https://travis-ci.org/php-soft/laravel-photos)

1. Installation
---------------

[](#1-installation)

Install via composer - edit your `composer.json` to require the package.

```
"require": {
    // ...
    "php-soft/laravel-photos": "dev-master",
}
```

Then run `composer update` in your terminal to pull it in. Once this has finished, you will need to add the service provider to the `providers` array in your `app.php` config as follows:

```
'providers' => [
    // ...
    PhpSoft\ArrayView\Providers\ArrayViewServiceProvider::class,
    JD\Cloudder\CloudderServiceProvider::class, // use for cloudinary driver
    PhpSoft\Photos\Providers\PhotosServiceProvider::class,
]
```

Next, also in the `app.php` config file, under the `aliases` array, you may want to add facades.

```
'aliases' => [
    // ...
    'Photo' => PhpSoft\Photos\Facades\Photo::class,
]
```

You will want to publish the config using the following command:

```
$ php artisan vendor:publish --provider="PhpSoft\Photos\Providers\PhotosServiceProvider"

# if use cloudinary driver, you need publish cloudder config as follows
$ php artisan vendor:publish --provider="JD\Cloudder\CloudderServiceProvider"
```

***You can custom configurations in the config files!***

2. Usage
--------

[](#2-usage)

Add routes in `app/Http/routes.php`

```
Route::post('/photos', '\PhpSoft\Photos\Controllers\PhotosController@upload');
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7126782?v=4)[Huy Ta Ba Thanh](/maintainers/huytbt)[@huytbt](https://github.com/huytbt)

---

Top Contributors

[![huytbt](https://avatars.githubusercontent.com/u/7126782?v=4)](https://github.com/huytbt "huytbt (17 commits)")

### Embed Badge

![Health badge](/badges/php-soft-laravel-photos/health.svg)

```
[![Health](https://phpackages.com/badges/php-soft-laravel-photos/health.svg)](https://phpackages.com/packages/php-soft-laravel-photos)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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