PHPackages                             aggrosoft/compui - 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. aggrosoft/compui

ActiveProject[Utility &amp; Helpers](/categories/utility)

aggrosoft/compui
================

A graphical web interface for managing composer dependencies, written in PHP

0.1.3(6y ago)019[2 PRs](https://github.com/aggrosoft/compui/pulls)MITHTML

Since Jun 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/aggrosoft/compui)[ Packagist](https://packagist.org/packages/aggrosoft/compui)[ RSS](/packages/aggrosoft-compui/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (7)Used By (0)

compUI
======

[](#compui)

A graphical user interface for composer, written in PHP. Allows you to view all installed dependencies and edit the composer file directly. You can also run composer commands like install/update etc.

[![Screenshot](/docs/screen.jpg?raw=true "Optional Title")](/docs/screen.jpg?raw=true)

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Installing

[](#installing)

Installing is simple, you need composer to install compui.

#### Install using composer

[](#install-using-composer)

```
composer create-project aggrosoft/compui

```

#### Install using checkout

[](#install-using-checkout)

Checkout the git repository or download the zip archive through github.

```
git checkout https://github.com/aggrosoft/compui.git

```

Go to the installation folder and run the following command.

```
composer install

```

You have a running installation now, the default points to the composer file of compUI itself.

### Configuration

[](#configuration)

Edit config.json and set the project-path variable to a folder of the installation you want to manage:

```
{
  "composer-binary": "path to your composer binary",
  "project-path": "a relative or absolute path to the folder containing composer.json",
  "allowed-commands": [
    "update",
    "install",
    "dumpautoload"
  ]
}

```

Deployment
----------

[](#deployment)

Be sure to add some sort of authentication (e.g. .htaccess to prevent access), otherwise anybody can edit your composer file.

Built With
----------

[](#built-with)

- [Slim Framwork](http://www.slimframework.com/) - The web framework used
- [Composer](https://getcomposer.org/) - Dependency Management
- [Bootstrap](https://getbootstrap.com/) - Frontend CSS Framework

Contributing
------------

[](#contributing)

Just create a fork and add a pull request or contact me through github

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/aggrosoft/compui/tags).

Authors
-------

[](#authors)

- **Alexander Kludt** - *Initial work* - [Aggrosoft](https://github.com/aggrosoft)

See also the list of [contributors](https://github.com/aggrosoft/compui/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2513d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cde8abf1c21b79416bd42d0646a5bde3928da6ce9a8eb7a0e27c33934d5084ba?d=identicon)[aggrosoft](/maintainers/aggrosoft)

---

Top Contributors

[![kingschnulli](https://avatars.githubusercontent.com/u/673805?v=4)](https://github.com/kingschnulli "kingschnulli (8 commits)")

### Embed Badge

![Health badge](/badges/aggrosoft-compui/health.svg)

```
[![Health](https://phpackages.com/badges/aggrosoft-compui/health.svg)](https://phpackages.com/packages/aggrosoft-compui)
```

###  Alternatives

[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)[magirc/magirc

MagIRC - Let the magirc begin!

381.1k](/packages/magirc-magirc)

PHPackages © 2026

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