Download the PHP package detailnet/dfw-persistence-module without Composer
On this page you can find all versions of the php package detailnet/dfw-persistence-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download detailnet/dfw-persistence-module
More information about detailnet/dfw-persistence-module
Files in detailnet/dfw-persistence-module
Package dfw-persistence-module
Short Description Zend Framework Module for Doctrine based persistence
License MIT
Homepage https://github.com/detailnet/dfw-persistence-module/
Informations about the package dfw-persistence-module
Zend Framework Module for Doctrine based persistence
Introduction
This module provides useful classes for building a Zend Framework application with a persistance layer based on Doctrine.
Requirements
Zend Framework Skeleton Application (or compatible architecture)
Installation
Install the module through Composer using the following steps:
-
cd my/project/directory
-
Create a
composer.json
file with following contents (or update your existing file accordingly): -
Install Composer via
curl -s http://getcomposer.org/installer | php
(on Windows, download the installer and execute it with PHP) -
Run
php composer.phar self-update
-
Run
php composer.phar install
-
Open
configs/application.config.php
and add following key to yourmodules
: - Copy
vendor/detailnet/dfw-persistence-module/config/detail_persistence.local.php.dist
into your application'sconfig/autoload
directory, rename it todetail_persistence.local.php
and make the appropriate changes.
All versions of dfw-persistence-module with dependencies
zendframework/zend-modulemanager Version ^2.7.2
zendframework/zend-mvc Version ^3.0.1
zendframework/zend-servicemanager Version ^3.1
zendframework/zend-stdlib Version ^3.0.1