zfr / zfr-quaderno-module
Zend Framework 2 module for ZfrQuaderno
v1.0.0
2015-01-28 23:05 UTC
Requires
- php: >=5.5
- zendframework/zend-modulemanager: ~2.2
- zendframework/zend-servicemanager: ~2.2
- zfr/zfr-quaderno: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is auto-updated.
Last update: 2024-10-29 04:52:55 UTC
README
ZfrQuadernoModule interfaces with ZfrQuaderno.
Requirements
Installation
Installation is only officially supported using Composer:
php composer.phar require zfr/zfr-quaderno-module:1.*
Copy-paste the zfr_quaderno.global.php.dist
file to your autoload
folder, and enable the module by adding
ZfrQuadernoModule
to your application.config.php
file.