hiqdev / asset-packagist
Asset Packagist
Installs: 372
Dependents: 1
Suggesters: 0
Security: 0
Stars: 247
Watchers: 20
Forks: 25
Open Issues: 5
Type:yii2-extension
Requires
- composer/composer: ^1.0
- fxp/composer-asset-plugin: ^1.4.2
- guzzlehttp/guzzle: ^6.0
- hiqdev/hidev: <2.0 || dev-master
- hiqdev/hisite: <2.0 || dev-master
- hiqdev/yii2-hiart-guzzle: <2.0 || dev-master
- hiqdev/yii2-hiart-librariesio: <2.0 || dev-master
- hiqdev/yii2-pnotify: <2.0 || dev-master
- yiisoft/yii2-queue: ^2.0.2
Requires (Dev)
- hiqdev/hidev-hiqdev: <2.0
- hiqdev/hidev-php: <2.0
- yiisoft/yii2-debug: ^2.0
This package is auto-updated.
Last update: 2024-11-06 23:16:57 UTC
README
Composer + Bower + NPM = friends forever!
This package is the core part of https://asset-packagist.org/ project.
Asset Packagist allows installation of Bower and NPM packages as native Composer packages.
NO plugins and NO Node.js are required.
Installation
You don't need to install anything to use Asset Packagist!
If you want to setup your own version of Asset Packagist please see installation instruction at hiqdev/asset-packagist.dev
Usage
List required packages like the following:
"require": { "bower-asset/bootstrap": "^3.3", "npm-asset/jquery": "^2.2" }
And add these lines:
"repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ]
More information can be found on about page.
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2016-2018, HiQDev (http://hiqdev.com/)
Acknowledgments
This project uses Francois Pluchino's composer-asset-plugin to convert Bower and NPM packages to composer format.