PHPackages                             qeti/karika - 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. qeti/karika

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

qeti/karika
===========

YA business automation system

318PHP

Since Dec 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Qeti/Karika)[ Packagist](https://packagist.org/packages/qeti/karika)[ RSS](/packages/qeti-karika/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

```
                                          .'`'.'`'.
 _   __           _ _                  .''`.  :  .''.
| | / /          (_) |                 '.   '. .'   .'
| |/ /  __ _ _ __ _| | ____ _          .``` .' '. ```.
|    \ / _` | '__| | |/ / _` |         '..,`  :  `..'
| |\  \ (_| | |  | |   < (_| |            /`-'`'-`
\_| \_/\__,_|_|  |_|_|\_\__,_|           /
                                        (

```

How to install
--------------

[](#how-to-install)

1. Clone this repository `git clone git@github.com:Qeti/Karika.git`
2. Setup permissions with [following way](http://symfony.com/doc/current/setup/file_permissions.html#using-acl-on-a-system-that-supports-setfacl-linux-bsd):

    ```
    $ HTTPDUSER=`ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\  -f1`
    # if this doesn't work, try adding `-n` option
    $ sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX /var/www
    $ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX /var/www

    ```
3. Install dependencies and setup local environment: `composer install`
4. Create database manually with PostgreSQL or with command: `php bin/console doctrine:database:create`
5. Create database schema with command: `php bin/console doctrine:migrations:migrate`
6. Setup web server (root directory is `web`)
7. Open url &lt;karika\_url&gt;/api/doc to view methods description.
8. Optionally for development environment. Fill database with fixtures: `php bin/console doctrine:fixtures:load`
9. For development: install node modules with `npm install`
10. For development: run `npm start`

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.8% 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/2bac4bded42026d8fd5726df11002c08442b34b40eed209223a73a784a559f34?d=identicon)[mnvx](/maintainers/mnvx)

---

Top Contributors

[![mnvx](https://avatars.githubusercontent.com/u/829880?v=4)](https://github.com/mnvx "mnvx (90 commits)")[![mivxxx](https://avatars.githubusercontent.com/u/1921061?v=4)](https://github.com/mivxxx "mivxxx (2 commits)")

### Embed Badge

![Health badge](/badges/qeti-karika/health.svg)

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

###  Alternatives

[rlofls/drag-captcha

Drag-and-drop graphics verification, small and easy to use

501.8k](/packages/rlofls-drag-captcha)[bmichotte/dijkstra

php 7+ implementation of the Dijkstra algorithm

131.5k](/packages/bmichotte-dijkstra)[dvizh/yii2-field

yii2-field add fields to your model

111.7k](/packages/dvizh-yii2-field)

PHPackages © 2026

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