PHPackages                             ledsinclouds/rest-server-demo - 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. [API Development](/categories/api)
4. /
5. ledsinclouds/rest-server-demo

ActiveLibrary[API Development](/categories/api)

ledsinclouds/rest-server-demo
=============================

ZF2 Rest server application demo using Doctrine

19PHP

Since Dec 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ledsinclouds/RestServerDemo)[ Packagist](https://packagist.org/packages/ledsinclouds/rest-server-demo)[ RSS](/packages/ledsinclouds-rest-server-demo/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 Rest Server Demo Application Module
=======================================

[](#zf2-rest-server-demo-application-module)

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

[](#introduction)

This is a ZF2 Rest Server Demo Application 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/rest-server-demo": "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',
	'RestServerDemo'

```

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

```
cp vendor/ledsinclouds/rest-server-demo/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 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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)

### Embed Badge

![Health badge](/badges/ledsinclouds-rest-server-demo/health.svg)

```
[![Health](https://phpackages.com/badges/ledsinclouds-rest-server-demo/health.svg)](https://phpackages.com/packages/ledsinclouds-rest-server-demo)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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