webowy/zend-view-sweetalert

Repository with ZF's ViewModel in sweet alert format.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/webowy/zend-view-sweetalert

pkg:composer/webowy/zend-view-sweetalert

Statistics

Installs: 101

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.2 2017-01-11 13:12 UTC

This package is not auto-updated.

Last update: 2020-09-18 21:17:34 UTC


README

Build Status Latest Stable Version Total Downloads License

Repository with ZF's ViewModel in sweet alert format.

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.

composer require webowy/zend-view-sweetalert

That's all ;-)

Usage

<?php
use Webowy\View\Model\SweetAlertModel;

// In Your controller
return new SweetAlertModel('type', 'title', 'message', 'redirectionUrl', 'timeout');