codingmatters / zf-skeleton-app
Integration for Zend Framework skeleton application
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:project
Requires
- php: ~7.0.0
- codingmatters/zf-module-ini: ^0.4.3
- roave/security-advisories: dev-master
- zendframework/zend-skeleton-installer: ^0.1.3
Requires (Dev)
- sebastian/phpcpd: ^2.0.4
- squizlabs/php_codesniffer: ^2.7.1
- zendframework/zend-component-installer: ^1.0 || ^0.3
- zendframework/zend-developer-tools: ^1.1.1
- zendframework/zend-test: ^3.0.2
- zfcampus/zf-development-mode: ^3.0
This package is auto-updated.
Last update: 2024-10-19 11:17:01 UTC
README
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