PHPackages                             bestyii/yii2-swiper - 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. bestyii/yii2-swiper

ActiveLibrary

bestyii/yii2-swiper
===================

Yii2 extension for Swiper slider

6.0.0(3y ago)0555MITPHPPHP &gt;=5.4.0

Since Apr 29Pushed 3y agoCompare

[ Source](https://github.com/bestyii/yii2-swiper)[ Packagist](https://packagist.org/packages/bestyii/yii2-swiper)[ RSS](/packages/bestyii-yii2-swiper/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

Yii2-swiper [![Coverage 100%](https://camo.githubusercontent.com/3a3392fd9e40d4a020408a5a0c332ea50f09c746b01f345b3cdb22350c4aef63/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352d677265656e2e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/3a3392fd9e40d4a020408a5a0c332ea50f09c746b01f345b3cdb22350c4aef63/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352d677265656e2e7376673f7374796c653d666c6174) [![License MIT](https://camo.githubusercontent.com/59497bc4563dd468e37bbf539439e60cacf196f537f678b721a8efabf21c64ef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/59497bc4563dd468e37bbf539439e60cacf196f537f678b721a8efabf21c64ef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)
===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#yii2-swiper--)

Yii2 widget for Swiper slider. See more here: [https://github.com/nolimits4web/Swiper/](https://github.com/nolimits4web/Swiper).

You can find examples in [demos](demos) folder.

Also you can read [documentation](docs).

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

[](#installation)

You can get this extension through [Composer](https://getcomposer.org/download/).

Before install config composer repositories

```
 "repositories": {
    "0": {
      "type": "composer",
      "url": "https://asset-packagist.org"
    }
  }

```

Either run in terminal

```
$ php composer.phar require "bestyii/yii2-swiper" "*"
```

or add

```
"bestyii/yii2-swiper" : "*"
```

to the *require* section of your application's `composer.json` file.

\###Usage

```
