PHPackages                             vysotsky-productions/nova-gallery-field - 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. vysotsky-productions/nova-gallery-field

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

vysotsky-productions/nova-gallery-field
=======================================

A Laravel Nova field.

0236Vue

Since Oct 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/vysotsky-productions/nova-gallery-field)[ Packagist](https://packagist.org/packages/vysotsky-productions/nova-gallery-field)[ RSS](/packages/vysotsky-productions-nova-gallery-field/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

nova-photo-field
================

[](#nova-photo-field)

```
   composer require vysotsky-productions/nova-gallery-field

   php artisan vendor:publish --tag=nova-gallery-field

 NovaGalleryField::make('Альбом', $this->albums, 'albums')
                ->aspectRatio(3/4)
                ->setUseCropper($bool default = true)
                ->setCropBoxDataField('crop_data_field')
                ->getPhoto('original_url')
                ->mediaToEnd()
                ->getPhotoForm('preview_url')
                ->getPhotoDetail('preview_url')
                ->getPhotoIndex('preview_url')
                ->cropBoxDataField('crop_data')
                ->setCustomGalleryFields([
                    Text::make('name'),
                    Text::make('description')
                ])
                ->multiple()
                ->useDeleteOrDetach
                ->setSortable('order')
                ->setHandler(
                    new SavePhotoCollection(
                        new SavePhoto('persons/albums', config('thumbs.user.persons/avatar'))
                    )
                )

                download_link - media attribute name for download link as defaultx

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4040278de79f983b408c93dcbcae3938f613717ed36bd3a3ebe4a02398cb4b2?d=identicon)[oleh.vysotskyi](/maintainers/oleh.vysotskyi)

---

Top Contributors

[![rulyaryu](https://avatars.githubusercontent.com/u/28955313?v=4)](https://github.com/rulyaryu "rulyaryu (13 commits)")[![oleg-vysotsky](https://avatars.githubusercontent.com/u/6359131?v=4)](https://github.com/oleg-vysotsky "oleg-vysotsky (1 commits)")

### Embed Badge

![Health badge](/badges/vysotsky-productions-nova-gallery-field/health.svg)

```
[![Health](https://phpackages.com/badges/vysotsky-productions-nova-gallery-field/health.svg)](https://phpackages.com/packages/vysotsky-productions-nova-gallery-field)
```

PHPackages © 2026

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