Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippfrenzel/yii2-wampy
yii2 wampy assets
https://github.com/philippfrenzel/yii2-wampy
Last synced: about 2 months ago
JSON representation
yii2 wampy assets
- Host: GitHub
- URL: https://github.com/philippfrenzel/yii2-wampy
- Owner: philippfrenzel
- License: mit
- Created: 2015-11-22T09:09:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T09:24:41.000Z (about 9 years ago)
- Last Synced: 2024-10-18T00:35:53.063Z (2 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-wampy
Yii2 Asset wrapper for: https://github.com/KSDaemon/wampy.js/
wampy is a websocket client lib in jquery comparable to autobahnJS. The usage is personally a little bit easier, so I prefered to use this instead of autobahnJS.
Installation
============
Package is although registered at packagist.org - so you can just add one line of code, to let it run!add the following line to your composer.json require section:
```json
"philippfrenzel/yii2-wampy":"*",
```And ensure, that you have the follwing plugin installed global:
> php composer.phar global require "fxp/composer-asset-plugin:~1.1.0"
Changelog
---------29-11-2014 Updated to latest 2.2.3 Version of the library
Usage
=====After adding it to you composer.json, you should be able to just add assets;)