lispa / amos-sondaggi
Sistema AMOS per gestire i sondaggi
Installs: 219
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:component
pkg:composer/lispa/amos-sondaggi
Requires
- php: >=5.4.0
 - ext-json: *
 - kartik-v/yii2-detail-view: *
 - kartik-v/yii2-dropdown-x: *
 - kartik-v/yii2-widget-fileinput: *
 - open20/amos-admin: ^2.17.0
 - open20/amos-attachments: ^1.1.11
 - open20/amos-core: ^1.19.0
 - open20/amos-cwh: ^2.9.0
 - open20/amos-dashboard: ^1.9
 - open20/amos-email-manager: ^1.1.19
 - open20/amos-layout: ^1.11.2
 - open20/amos-tag: ^1.10.0
 - open20/amos-upload: *
 - xj/yii2-tagit-widget: *
 
- dev-master
 - 1.16.1
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.12.0
 - 1.11.4
 - 1.11.3
 - 1.11.2
 - 1.11.1
 - 1.11.0
 - 1.9.0
 - 1.6.1
 - 1.6.0
 - 1.5.0
 - 1.3.7
 - dev-releases/1.16.1
 - dev-releases/1.16.0
 - dev-releases/1.15.0
 - dev-releases/1.14.0
 - dev-releases/1.12.0
 - dev-releases/1.11.4
 - dev-releases/1.11.3
 - dev-releases/1.11.2
 - dev-releases/1.11.1
 - dev-releases/1.11.0
 - dev-releases/1.9.0
 - dev-releases/1.6.1
 - dev-releases/1.6.0
 
This package is auto-updated.
Last update: 2025-10-23 16:25:28 UTC
README
Plugin to make surveys.
Installation
1. The preferred way to install this extension is through composer.
Either run
composer require open20/amos-sondaggi
or add this row
"open20/amos-sondaggi": "~1.0"
to the require section of your composer.json file.
2. Add module to your main config in backend:
<?php 'modules' => [ 'sondaggi' => [ 'class' => 'open20\amos\sondaggi\AmosSondaggi' ], ],
3. Apply migrations
php yii migrate/up --migrationPath=@vendor/open20/amos-sondaggi/src/migrations
or add this row to your migrations config in console:
<?php return [ '@vendor/open20/amos-sondaggi/src/migrations', ];