PHPackages                             amilna/yii2-cap - 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. amilna/yii2-cap

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

amilna/yii2-cap
===============

Company Accounting Plugin

1692[2 issues](https://github.com/amilna/cap/issues)PHP

Since Jan 6Pushed 10y ago3 watchersCompare

[ Source](https://github.com/amilna/cap)[ Packagist](https://packagist.org/packages/amilna/yii2-cap)[ RSS](/packages/amilna-yii2-cap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CAP
===

[](#cap)

Company Accounting Plugin, very simple business process

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Since this package do not have stable release on packagist, you should use these settings in your composer.json file :

```
"minimum-stability": "dev",
"prefer-stable": true,
```

After, either run

```
php composer.phar require --prefer-dist amilna/yii2-cap "dev-master"

```

or add

```
"amilna/yii2-cap": "dev-master"

```

to the require section of your `composer.json` file.

run migration for database

```
./yii migrate --migrationPath=@amilna/cap/migrations

```

add in modules section of main config

```
	'gridview' =>  [
		'class' => 'kartik\grid\Module',
	],
	'cap' => [
		'class' => 'amilna\cap\Module',
		'currency' => ["symbol"=>"Rp","decimal_separator"=>",","thousand_separator"=>"."],
	],

```

Usage
-----

[](#usage)

Once the extension is installed, check the url: \[your application base url\]/index.php/cap

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![aaiyo](https://avatars.githubusercontent.com/u/1450687?v=4)](https://github.com/aaiyo "aaiyo (72 commits)")

### Embed Badge

![Health badge](/badges/amilna-yii2-cap/health.svg)

```
[![Health](https://phpackages.com/badges/amilna-yii2-cap/health.svg)](https://phpackages.com/packages/amilna-yii2-cap)
```

###  Alternatives

[mgallegos/laravel-jqgrid

Laravel jqGrid package allows you to easily integrate the popular jQuery Grid Plugin (jqGrid) into your Laravel application.

7115.5k1](/packages/mgallegos-laravel-jqgrid)[lifeonscreen/nova-sort-relations

This package improves support for sorting relations in Laravel Nova.

2081.9k](/packages/lifeonscreen-nova-sort-relations)

PHPackages © 2026

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