PHPackages                             ledsinclouds/leds-album - 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. [Database &amp; ORM](/categories/database)
4. /
5. ledsinclouds/leds-album

ActiveLibrary[Database &amp; ORM](/categories/database)

ledsinclouds/leds-album
=======================

ZF2 Album Module using Doctrine

08PHP

Since Oct 31Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 Album Module With Doctrine Example
======================================

[](#zf2-album-module-with-doctrine-example)

Introduction
------------

[](#introduction)

This is a ZF2 Album Module using Doctrine.

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

[](#installation)

Using Composer (recommended)
----------------------------

[](#using-composer-recommended)

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/leds-album": "dev-master"

```

Configuration
-------------

[](#configuration)

Once module installed, you could declare the module into your "config/application.config.php" by adding "LedsAlbum" &amp; "Doctrine".

```
    'Application',
    'DoctrineModule',
	'DoctrineORMModule',
	'LedsAlbum'

```

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

```
cp vendor/ledsinclouds/album/config/doctrine.local.php.dist config/autoload/doctrine.local.php

```

Create your Database and:

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

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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 (4 commits)")

### Embed Badge

![Health badge](/badges/ledsinclouds-leds-album/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M542](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M209](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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