ledsinclouds / rest-client-demo
ZF2 Rest client application demo
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ledsinclouds/rest-client-demo
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2025-10-16 00:06:15 UTC
README
Introduction
This is a ZF2 Rest Server Demo Application Module using Doctrine.
Installation
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-client-demo": "dev-master"
Configuration
Once module installed, you could declare the module into your "config/application.config.php" by adding "LedsAlbum" & "Doctrine".
'Application',
'RestClientDemo'