PHPackages                             stevevega/kima-skeleton - 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. [Framework](/categories/framework)
4. /
5. stevevega/kima-skeleton

ActiveLibrary[Framework](/categories/framework)

stevevega/kima-skeleton
=======================

PHP Skeleton app using Kima Framework

1.0.9(10y ago)019BSD-3-ClausePHPPHP &gt;=5.4.0

Since Mar 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/stevevega/kima-skeleton)[ Packagist](https://packagist.org/packages/stevevega/kima-skeleton)[ Docs](https://github.com/stevevega/kima-skeleton)[ RSS](/packages/stevevega-kima-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (11)Used By (0)

Kima
====

[](#kima)

Kima PHP Framework

Usage
-----

[](#usage)

1. [Install composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
2. Execute "composer create-project stevevega/kima-skeleton \[DESTINATION PATH\]"
3. Make your webserver point to \[DESTINATION PATH\]/public

### Example nginx server config

[](#example-nginx-server-config)

```
server {
    listen 80;
    server_name [YOUR_DOMAIN];

    root [DESTINATION_PATH]/public;
    index index.html index.htm index.php;

    location / {
        # This is cool because no php is touched for static content
        try_files $uri $uri/ /index.php?$args;
    }

    location ~ \.php$ {
        # Filter out arbitrary code execution
        location ~ \..*/.*\.php$ {return 404;}

        include fastcgi_params;
        fastcgi_param SERVER_NAME $http_host;
        fastcgi_pass unix:/tmp/php.socket;
    }
}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~36 days

Recently: every ~46 days

Total

10

Last Release

3748d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a8b2fb29c5ffce38824749e6d3b52027a476ed84e5783c1fe6c339ecb601f3c?d=identicon)[stevevega](/maintainers/stevevega)

---

Top Contributors

[![stevevega](https://avatars.githubusercontent.com/u/398135?v=4)](https://github.com/stevevega "stevevega (14 commits)")

---

Tags

frameworkSkeletonkima

### Embed Badge

![Health badge](/badges/stevevega-kima-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/stevevega-kima-skeleton/health.svg)](https://phpackages.com/packages/stevevega-kima-skeleton)
```

PHPackages © 2026

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