Asset Packagist

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status

Composer

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-2017, HiQDev (http://hiqdev.com/)

Acknowledgments

This project uses Francois Pluchino's composer-asset-plugin to convert Bower and NPM packages to composer format.