PHPackages                             phpsa/cams-gallery - 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. phpsa/cams-gallery

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

phpsa/cams-gallery
==================

A Gallery component for the Phpsa CAMS system

00PHP

Since May 21Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Gallery package for CAMS
========================

[](#gallery-package-for-cams)

[![Build Status](https://camo.githubusercontent.com/8dee05dec65d667c04723d07b12e29db47822c986ed4ac06e87fd81b1355f7af/68747470733a2f2f7472617669732d63692e6f72672f70687073612f63616d732d67616c6c6572792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phpsa/cams-gallery)[![styleci](https://camo.githubusercontent.com/4499ec3a0efa386c7581f730bb44592bf518dc156779fc92c663dd51908cfb92/68747470733a2f2f7374796c6563692e696f2f7265706f732f4348414e47454d452f736869656c64)](https://styleci.io/repos/CHANGEME)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7cbe1c00661e7898c3649695cbd9a1d67108b985cbc8e00b6dee5da293f46090/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70687073612f63616d732d67616c6c6572792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phpsa/cams-gallery/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/eed2863b983f7ba4403c00c67aa213ff0fc1f6f07624d603255c231d3beff577/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f4348414e47454d452f6d696e692e706e67)](https://insight.sensiolabs.com/projects/CHANGEME)[![Coverage Status](https://camo.githubusercontent.com/2e4957fe6ba8b5722a8ae64c0b2868290d6846482891447a46a4ba17cad57e34/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f70687073612f63616d732d67616c6c6572792f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/phpsa/cams-gallery?branch=master)

[![Packagist](https://camo.githubusercontent.com/d0e7fbb1aa6fa2f76e404d7a2f7313d764b4b474307d75636170f3f591162037/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70687073612f63616d732d67616c6c6572792e737667)](https://packagist.org/packages/phpsa/cams-gallery)[![Packagist](https://camo.githubusercontent.com/08f3d02296edc77c06934f5f4469e659ce725045e0bb96621f361af8123a0dd5/68747470733a2f2f706f7365722e707567782e6f72672f70687073612f63616d732d67616c6c6572792f642f746f74616c2e737667)](https://packagist.org/packages/phpsa/cams-gallery)[![Packagist](https://camo.githubusercontent.com/aa20e29d9f2c3577cdd45ce041cdf32aeb693b3e300e262201eb23b1aa0ef819/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70687073612f63616d732d67616c6c6572792e737667)](https://packagist.org/packages/phpsa/cams-gallery)

Package description: CHANGE ME

Installation
------------

[](#installation)

Requires CAMS (Content Assets Managment System) package from [phsa/datastore](https://github.com/phpsa/laravel-5-cams)

Install via composer

```
composer require phpsa/cams-gallery
```

### Register Service Provider

[](#register-service-provider)

**Note! This and next step are optional if you use laravel&gt;=5.5 with package auto discovery feature.**

Add service provider to `config/app.php` in `providers` section

```
Phpsa\CamsGallery\ServiceProvider::class,
```

### Register Facade

[](#register-facade)

Register package facade in `config/app.php` in `aliases` section

```
Phpsa\CamsGallery\Facades\CamsGallery::class,
```

### Edit Datastore Configuration File

[](#edit-datastore-configuration-file)

Edit the 'configs/datastore.php' config file and add the following to the assets config:

```
		Phpsa\CamsGallery\Ams\Gallery\CategoryAsset::class,
		Phpsa\CamsGallery\Ams\Gallery\PageAsset::class
```

Usage
-----

[](#usage)

Gallery admin is now available in the admin panel under the ams management menu Views can be edited by overwriting the view files by placing them in ...

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Craig Smith](https://github.com/phpsa/cams-gallery)
- [All contributors](https://github.com/phpsa/cams-gallery/graphs/contributors)

This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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://www.gravatar.com/avatar/bbe4c97ef26aca9d6792775ea44a4c83215881b158f2d3894279c7b73bedda3c?d=identicon)[phpsa](/maintainers/phpsa)

---

Top Contributors

[![craigAtCD](https://avatars.githubusercontent.com/u/152445143?v=4)](https://github.com/craigAtCD "craigAtCD (9 commits)")

### Embed Badge

![Health badge](/badges/phpsa-cams-gallery/health.svg)

```
[![Health](https://phpackages.com/badges/phpsa-cams-gallery/health.svg)](https://phpackages.com/packages/phpsa-cams-gallery)
```

###  Alternatives

[symfony/polyfill-php72

Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions

4.8k674.7M31](/packages/symfony-polyfill-php72)[symfony/polyfill-intl-icu

Symfony polyfill for intl's ICU-related data and classes

2.6k251.4M96](/packages/symfony-polyfill-intl-icu)[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.2k64.2M574](/packages/nette-php-generator)[consolidation/site-process

A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.

5345.3M8](/packages/consolidation-site-process)[sycho/flarum-profile-cover

Adds the ability to add a cover image to a profile.

1836.6k](/packages/sycho-flarum-profile-cover)

PHPackages © 2026

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