2017 © Pedro Peláez
 

project zf-skeleton-app

Integration for Zend Framework skeleton application

image

codingmatters/zf-skeleton-app

Integration for Zend Framework skeleton application

  • Wednesday, November 30, 2016
  • by gabbydgab
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

ZFSkeletonApp Latest Stable Version Total Downloads Latest Unstable Version License

Introduction

A Zend Framework skeleton application that will help you, as developers, develop more robust web-based application with built-in features (submodules) that are common modules of many, of any kind of, web-based systems that are existing today., (*1)

Submodules

ZFModuleIni Latest Stable Version Total Downloads Latest Unstable Version License

Generic "Application" module which includes initial configurations like application name, site URL and company/developer name. Learn more about its features here., (*2)

Installation

The recommended way to get a working copy of this project is to clone the repository and use composer to install dependencies using the create-project command:, (*3)

curl -s https://getcomposer.org/installer | php --
php composer.phar create-project --prefer-source --no-dev codingmatters/zf-skeleton-app path/to/install

The Versions