detailnet / denner-client-module
Zend Framework Module for denner-client
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 379
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
pkg:composer/detailnet/denner-client-module
Requires
- php: ^7.1
- detailnet/denner-client: ^3.4
- zendframework/zend-modulemanager: ^2.7.2
- zendframework/zend-mvc: ^3.0.1
- zendframework/zend-servicemanager: ^3.1
- zendframework/zend-stdlib: ^3.0.1
Requires (Dev)
- phpmd/phpmd: ^2.2
- phpunit/phpunit: ^7.0
- roave/security-advisories: dev-master
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ^3.2
README
Introduction
This module contains tools to use the denner-client.
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.jsonfile with following contents (or update your existing file accordingly):{ "require": { "detailnet/denner-client-module": "^3.0" } } -
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.phpand add following key to yourmodules:'Denner\Client', -
Copy
vendor/detailnet/denner-client-module/config/denner_client.local.php.distinto your application'sconfig/autoloaddirectory, rename it todenner_client.local.phpand make the appropriate changes.