PHPackages                             itestense/laravel-photogallery - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. itestense/laravel-photogallery

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

itestense/laravel-photogallery
==============================

A simple plugin for creating/editing/using photogalleries in a Laravel project

0.4(11y ago)030PHPPHP &gt;=5.4.0

Since Apr 29Pushed 11y ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

laravel-photogallery
====================

[](#laravel-photogallery)

Laravel Photogallery is an administrative interface for Laravel plus some useful modules that can be used in the frontend. You can upload images on the server, obtain thumbnails having different sizes and place them into galleries with a specific order.

- **Author:** Paolo Niccolò Giubelli - ITestense SNC
- **Company Website:**

\##Warning!

This package is still in the early development stage, so please don't use it inproduction. Be patient for a while! :-) If you want to collaborate, you're welcome.

\##Prerequisites

You need php-gd module.

\##Dependencies

This module will also install `intervention/image` and `illuminate/support`\##Install

\###Composer Simply add this line to composer.json:

```
"itestense/laravel-photogallery":"*"

```

and run `composer update`. Then you need to register the service provider in `config/app.php` in the `providers` array.

```
'providers' => [
...
'Itestense\LaravelPhotogallery\LaravelPhotogalleryServiceProvider',
...
]

```

\##Assets Publish the assets with:

```
php artisan asset:publish itestense/laravel-photogallery

```

\##Configuration Once the package is installed, publish the config file with:

```
php artisan config:publish itestense/laravel-photogallery

```

\###Options

Below is a list of all the available options:

- [Upload directory](#upload_dir)
- [Route prefix](#route_prefix)
- [Thumbnails](#thumbnails)

\####Upload directory The directory must exist

```
...
'upload_dir'=>'/public/uploads/photos',
...

```

\####Route prefix All plugins routes will prefixed with this string

```
...
'route_prefix'=>'/admin/gallery',
...

```

\####Thumbnails You can specify an arbitrary number of thumbnail formats, choosing maximum width (`w`), height (`h`) and compression quality (`q`)

```
...
'formats'=>[
	's1'=>['w'=>100,'h'=>null,'q'=>96],
	'big'=>['w'=>1024,'h'=>768,'q'=>100],
	...
],
...

```

Last edit: Saturday, 02. May 2015 07:02PM

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

4

Last Release

4036d ago

### Community

Maintainers

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

---

Top Contributors

[![axettone](https://avatars.githubusercontent.com/u/11018582?v=4)](https://github.com/axettone "axettone (12 commits)")

### Embed Badge

![Health badge](/badges/itestense-laravel-photogallery/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.4M31](/packages/laravolt-avatar)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[beyondcode/laravel-favicon

Create dynamic favicons based on your environment settings.

37345.5k](/packages/beyondcode-laravel-favicon)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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