cdn.asset-packagist.org Open in urlscan Pro
2a02:b48:8301::1  Public Scan

Submitted URL: http://cdn.asset-packagist.org/
Effective URL: https://cdn.asset-packagist.org/
Submission: On April 22 via manual from US — Scanned from US

Form analysis 1 forms found in the DOM

GET /package/search

<form id="search-form" class="navbar-form navbar-right" action="/package/search" method="GET" autocomplete="off">
  <div class="form-group">
    <div class="input-group">
      <input type="text" id="query" class="form-control" name="query" value="" required="" placeholder="package name to search, powered by libraries.io" autofocus="" tabindex="1"> <select id="platform" class="form-control" name="platform"
        tabindex="2">
        <option value="bower,npm" selected="">Any</option>
        <option value="bower">Bower</option>
        <option value="npm">NPM</option>
      </select> <span class="input-group-btn">
        <button type="submit" class="btn btn-default" tabindex="3"> &nbsp;<span class="fa fa-search" aria-hidden="true"></span>
        </button>
      </span>
    </div>
  </div>
</form>

Text Content

Toggle navigation Asset Packagist
 * About
 * Contact
 * GitHub

Any Bower NPM  



COMPOSER + BOWER + NPM = FRIENDS FOREVER!


WHAT IS THAT?

This repository allows installation of Bower and NPM packages as native Composer
packages.

NO plugins and NO Node.js are required.

At the moment we've added most popular Bower and NPM packages 4000+ each.

In case Composer fails to install some asset package, use the search line at the
top of the page to check specific package health.

For NPM scoped packages use `scope--package` instead of `@scope/package`, e.g.
`npm-asset/pusher--chatkit`.

More info »


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"
    }
]


WHY?

Got tired of fxp/composer-asset-plugin.

It's a good project with nice idea and good implementation. But it has some
issues: it slows down composer update a lot and requires global installation, so
affects all projects. Also there are Travis and Scrutinizer integration special
problems, that are a bit annoying.

Questions?

More info »

© 2015-2024 HiQDev. All rights reserved.

Not even doubt, powered by Yii Framework