PHPackages                             ledsinclouds/collection-shop - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ledsinclouds/collection-shop

ActiveLibrary[Templating &amp; Views](/categories/templating)

ledsinclouds/collection-shop
============================

ZF2 Demo Module implementing Image Loading using Javascript Raphael Library

010PHP

Since Sep 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ledsinclouds/CollectionShop)[ Packagist](https://packagist.org/packages/ledsinclouds/collection-shop)[ RSS](/packages/ledsinclouds-collection-shop/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CollectionShop
==============

[](#collectionshop)

\##Introduction

ZF2 Demo Module implementing Image Loading using Javascript [Raphael Library](http://raphaeljs.com/).

\##Installation Using Composer

The recommended way to get a working copy of this project is to clone the repository and use `composer` to install dependencies:

```
curl -s https://getcomposer.org/installer | php --

```

You would then invoke `composer` to install dependencies. Add to your composer.json

```
"ledsinclouds/collection-shop": "dev-master"

```

\##Required Modules

```
"doctrine/doctrine-module": "0.*",
"doctrine/doctrine-orm-module": "0.*",
"rwoverdijk/assetmanager": "1.*"

```

\##Configuration

Once module installed, you could declare the module into your **"config/application.config.php"** by adding:

```
    'Application',
    'DoctrineModule',
	'DoctrineORMModule',
    'CollectionShop',
    'AssetManager',

```

Copy/Paste the configuration file and change configuration options according to your social accounts. Note: You must create applications for that...

```
cp vendor/ledsinclouds/collection-shop/config/doctrine.local.php.dist config/autoload/doctrine.local.php

```

\##Create your Database:

```
./vendor/bin/doctrine-module orm:validate-schema
./vendor/bin/doctrine-module orm:schema-tool:update --force

```

or copy the database file located in **public/data** into the site data folder

```
cp vendor/ledsinclouds/collection-shop/public/data/data.db data/data.db

```

\##ViewHelper

You can use it with the ViewHelper provided in this module

```
echo $this->showCollection();

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

---

Top Contributors

[![ledsinclouds](https://avatars.githubusercontent.com/u/2896188?v=4)](https://github.com/ledsinclouds "ledsinclouds (6 commits)")

### Embed Badge

![Health badge](/badges/ledsinclouds-collection-shop/health.svg)

```
[![Health](https://phpackages.com/badges/ledsinclouds-collection-shop/health.svg)](https://phpackages.com/packages/ledsinclouds-collection-shop)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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