PHPackages                             hiqdev/asset-packagist.dev - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hiqdev/asset-packagist.dev

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

hiqdev/asset-packagist.dev
==========================

asset-packagist.dev

181427[4 issues](https://github.com/hiqdev/asset-packagist.dev/issues)PHP

Since Oct 1Pushed 5y ago4 watchersCompare

[ Source](https://github.com/hiqdev/asset-packagist.dev)[ Packagist](https://packagist.org/packages/hiqdev/asset-packagist.dev)[ RSS](/packages/hiqdev-asset-packagistdev/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

asset-packagist.dev
===================

[](#asset-packagistdev)

[![Latest Stable Version](https://camo.githubusercontent.com/a1458e0a6bec17553c04cdb35b2d38a2d678f471abdb863feeba5a188ba4519f/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f61737365742d7061636b61676973742e6465762f762f737461626c65)](https://packagist.org/packages/hiqdev/asset-packagist.dev)[![Total Downloads](https://camo.githubusercontent.com/e00da52f21c79a2cc3000125a64294a5be7a8629c01c14f3cf94187082a8ddf3/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f61737365742d7061636b61676973742e6465762f646f776e6c6f616473)](https://packagist.org/packages/hiqdev/asset-packagist.dev)[![Build Status](https://camo.githubusercontent.com/bb4cf5b1bcf200005dc5c1121837435a1d7fc4b61a44807e01eef3217ea5dd42/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869716465762f61737365742d7061636b61676973742e6465762e737667)](https://travis-ci.org/hiqdev/asset-packagist.dev)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/c943b0c7cbbc2b91665f3f628309d96c8a67d318e9e200c893d3175dfd8e8366/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6869716465762f61737365742d7061636b61676973742e6465762e737667)](https://scrutinizer-ci.com/g/hiqdev/asset-packagist.dev/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3ced6506b7d7ba728b251e2128d4a43c4f5919c916e8e551e9629522f2e53d5a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6869716465762f61737365742d7061636b61676973742e6465762e737667)](https://scrutinizer-ci.com/g/hiqdev/asset-packagist.dev/)[![Dependency Status](https://camo.githubusercontent.com/5647515569f2c80563718674ec249beb0c4a869fe6af7c035cf8c363511fe218/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6869716465763a61737365742d7061636b61676973742e6465762f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/hiqdev:asset-packagist.dev/dev-master)

Installation
------------

[](#installation)

### Create the DB in MySQL:

[](#create-the-db-in-mysql)

```
CREATE DATABASE asset_packagist;
CREATE USER 'asset-packagist'@'localhost' IDENTIFIED BY 'GOOD_PASSWORD';
GRANT ALL PRIVILEGES ON asset_packagist.* TO 'asset-packagist'@'localhost';
FLUSH PRIVILEGES;
```

### Create the project with composer:

[](#create-the-project-with-composer)

```
composer create-project --stability=dev "hiqdev/asset-packagist.dev:*" dir
```

### Make configuration tuning:

[](#make-configuration-tuning)

Copy `.env.example` to `.env` and adjust it:

```
cp .env.example .env
edit .env
```

Be sure to set `COOKIEVALIDATIONKEY` and `DB_PASSWORD`:

```
COOKIEVALIDATIONKEY=GOOD_RANDOM_STRING_HERE
DB_PASSWORD=YOUR_DB__PASSWORD
```

Put your SSH private key into `.docker/ssh/id_rsa`, make sure to set owner root and chmod 600.

```
mkdir .docker/ssh
cp ~/Desktop/id_rsa .docker/ssh/id_rsa
chown -R root:root .docker/ssh
chmod 600 .docker/ssh/id_rsa
```

### Deploy the project

[](#deploy-the-project)

```
docker-compose up -d --scale queue=4

```

Try to fetch your first package from web-interface or using the following command:

```
docker-compose run --rm cli ./vendor/bin/hidev asset-package/update bower jquery
```

### Working with queues

[](#working-with-queues)

Some operations such as package update will push tasks to queue. Run queue to execute that tasks:

```
./vendor/bin/hidev queue/run
```

It is recommended to run all console commands from the same user you are running the web application to prevent permissions problems in `web/p` directory.

### Known bugs:

[](#known-bugs)

Just skip yellow warnings `Couldn't read ...` - they are unimportant.

License
-------

[](#license)

This project is released under the terms of the BSD-3-Clause [license](LICENSE). Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2016-2018, HiQDev ()

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/790fd24da129907d373559f60c6994f664f06e3f518502c03580cc9f3594615e?d=identicon)[hiqdev](/maintainers/hiqdev)

---

Top Contributors

[![hiqsol](https://avatars.githubusercontent.com/u/11820365?v=4)](https://github.com/hiqsol "hiqsol (49 commits)")[![SilverFire](https://avatars.githubusercontent.com/u/4499203?v=4)](https://github.com/SilverFire "SilverFire (5 commits)")[![edgardmessias](https://avatars.githubusercontent.com/u/1530997?v=4)](https://github.com/edgardmessias "edgardmessias (1 commits)")[![jomonkj](https://avatars.githubusercontent.com/u/11212888?v=4)](https://github.com/jomonkj "jomonkj (1 commits)")

---

Tags

bowercomposerhacktoberfestnpmpackagist

### Embed Badge

![Health badge](/badges/hiqdev-asset-packagistdev/health.svg)

```
[![Health](https://phpackages.com/badges/hiqdev-asset-packagistdev/health.svg)](https://phpackages.com/packages/hiqdev-asset-packagistdev)
```

###  Alternatives

[cretueusebiu/valet-windows

A more enjoyable local development experience for Windows.

920115.0k](/packages/cretueusebiu-valet-windows)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
