PHPackages                             winternet-studio/yii2-libs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. winternet-studio/yii2-libs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

winternet-studio/yii2-libs
==========================

Misc helpful libraries for Yii2. Eg. a helper for simplified handling of common tasks with AJAX, modals, and display of messages from Javascript code

v1.18.7(6mo ago)02.4kLGPL-3.0-or-laterPHP

Since Jun 9Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/winternet-studio/yii2-libs)[ Packagist](https://packagist.org/packages/winternet-studio/yii2-libs)[ RSS](/packages/winternet-studio-yii2-libs/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (1)Versions (190)Used By (0)

Yii2 Libs
=========

[](#yii2-libs)

Different [Yii2](http://www.yiiframework.com/) libraries for helping you to write less code and organize it better.

*JsHelper* is for simplified handling of common tasks with AJAX, modals, and display of messages from Javascript code. See the source code for understanding the purpose of this library.

**Please note** that this library is primarily for my own use and might be lacking proper documentation and overall explanation of things, even though I try to document everything in the way I code and write comments. Also be aware that features might change without proper notice even though *I try* to always make code backwards compatible.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

First [install Yii2](https://www.yiiframework.com/doc/guide/2.0/en/start-installation), then:

```
composer require winternet-studio/yii2-libs

```

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
