Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiisoft/yii-jquery
Yii Framework jQuery Extension
https://github.com/yiisoft/yii-jquery
hacktoberfest jquery
Last synced: 3 months ago
JSON representation
Yii Framework jQuery Extension
- Host: GitHub
- URL: https://github.com/yiisoft/yii-jquery
- Owner: yiisoft
- License: bsd-3-clause
- Archived: true
- Created: 2017-09-06T11:03:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T07:28:00.000Z (about 2 years ago)
- Last Synced: 2024-04-15T03:01:39.083Z (8 months ago)
- Topics: hacktoberfest, jquery
- Language: JavaScript
- Homepage: https://www.yiiframework.com/
- Size: 270 KB
- Stars: 27
- Watchers: 28
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
This package is deprecated.
❌---
Yii Framework jQuery Extension
This extension provides the [jQuery] for the [Yii framework].
[jQuery]: https://jquery.com/
[Yii Framework]: https://www.yiiframework.com/For license information check the [LICENSE](LICENSE.md)-file.
Documentation is at [docs/guide/README.md](docs/guide/README.md).
[![Latest Stable Version](https://poser.pugx.org/yiisoft/yii-jquery/v/stable.png)](https://packagist.org/packages/yiisoft/yii-jquery)
[![Total Downloads](https://poser.pugx.org/yiisoft/yii-jquery/downloads.png)](https://packagist.org/packages/yiisoft/yii-jquery)
[![Build Status](https://travis-ci.com/yiisoft/yii-jquery.svg?branch=master)](https://travis-ci.com/yiisoft/yii-jquery)Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
```
php composer.phar require --prefer-dist yiisoft/yii-jquery
```