Download the PHP package codingmatters/zf-skeleton-app without Composer
On this page you can find all versions of the php package codingmatters/zf-skeleton-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codingmatters/zf-skeleton-app
More information about codingmatters/zf-skeleton-app
Files in codingmatters/zf-skeleton-app
Package zf-skeleton-app
Short Description Integration for Zend Framework skeleton application
License MIT
Homepage https://github.com/CodingMatters/ZFSkeletonApp/
Informations about the package zf-skeleton-app
ZFSkeletonApp
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.
Submodules
ZFModuleIni
Generic "Application" module which includes initial configurations like application name, site URL and company/developer name. Learn more about its features here.
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 using the create-project
command:
curl -s https://getcomposer.org/installer | php --
php composer.phar create-project --prefer-source --no-dev codingmatters/zf-skeleton-app path/to/install
All versions of zf-skeleton-app with dependencies
roave/security-advisories Version dev-master
zendframework/zend-skeleton-installer Version ^0.1.3
codingmatters/zf-module-ini Version ^0.4.3