PHPackages                             karinto/karinto - 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. karinto/karinto

ActiveLibrary[Framework](/categories/framework)

karinto/karinto
===============

a minimal web application framework

822[2 issues](https://github.com/hiroy/karinto/issues)PHP

Since Oct 19Pushed 13y ago1 watchersCompare

[ Source](https://github.com/hiroy/karinto)[ Packagist](https://packagist.org/packages/karinto/karinto)[ RSS](/packages/karinto-karinto/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Karinto
=======

[](#karinto)

Karinto is a minimal application framework for PHP 5.3 or later inspired by [Silex](http://silex.sensiolabs.org/) based on [Lune](https://github.com/hiroy/lune).

Required
--------

[](#required)

- PHP 5.3 or later
- mbstring

### Optional

[](#optional)

You can use [Twig](http://twig.sensiolabs.org/) as a template engine instead of using plain PHP templates.

Usage
-----

[](#usage)

### /index.php

[](#indexphp)

```

```

Please access "/index.php/foo?name=bar"

License
-------

[](#license)

This code is free to use under the terms of the New BSD License.

With Composer
-------------

[](#with-composer)

If using [Composer](http://getcomposer.org/) as a dependency management tool, you can bring Karinto in your environment easily with settings below.

```
{
  "minimum-stability": "dev",
  "require": {
    "karinto/karinto": "1.0.*"
  }
}

```

Using [Twig](http://twig.sensiolabs.org/) with Karinto, you should set as the same below:

```
{
  "minimum-stability": "dev",
  "require": {
    "karinto/karinto": "1.0.*",
    "twig/twig": "1.*"
  }
}

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/8f97192e8643533a200ddbbd2b3f0cdfe0ab0b52ed4b193ee18b44fa9f1fafce?d=identicon)[hiro\_y](/maintainers/hiro_y)

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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