PHPackages                             xeki-tech/xeki - 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. xeki-tech/xeki

ActiveFramework[Framework](/categories/framework)

xeki-tech/xeki
==============

Xeki framework for php

1.3.2(4y ago)4341PHP

Since Jul 14Pushed 4y ago3 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Xeki base project
=================

[](#xeki-base-project)

Quick build
-----------

[](#quick-build)

### Composer

[](#composer)

Install composer After installed run on folder of you proyect composer install

### Create project

[](#create-project)

#### init project

[](#init-project)

```
    composer create-project xeki-tech/xeki myProject

```

#### add modules

[](#add-modules)

```
    composer require xeki-tech/html-twig
    composer require xeki-tech/db
    composer require xeki-tech/auth
    composer require xeki-tech/admin

```

Deploy
------

[](#deploy)

- local
- docker
- cloud run
- app engine
- cpanel

Navigation
----------

[](#navigation)

```
\xeki\routes::any('', 'home');

 \xeki\routes::any('demo-function', function(){
    \xeki\core::PrintJson(
        [
            "response"=>'demo',
            "date"=>date("Y-m-d")
        ]
    );
 });

\xeki\routes::post('url/with/vars/{regexVar:[1-9]}', function($var){
    \xeki\core::PrintJson(
        [
            "response"=>'demo',
            "regexVar"=>$var['regexVar']
        ]
    );
});

\xeki\routes::any('url/with/vars/{nameVar:.+}', function($var){
    \xeki\core::PrintJson(
        [
            "response"=>'demo',
            "var"=>$var['nameVar']
        ]
    );
});

\xeki\routes::post('url/with/vars/{numberVar:\d+}', function($var){
    \xeki\core::PrintJson(
        [
            "response"=>'demo',
            "var"=>$var['numberVar']
        ]
    );
});

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Total

5

Last Release

1672d ago

Major Versions

0.1.1 → 1.2.12021-07-15

### Community

Maintainers

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

---

Top Contributors

[![liuspatt](https://avatars.githubusercontent.com/u/2001085?v=4)](https://github.com/liuspatt "liuspatt (31 commits)")

---

Tags

phpframework

### Embed Badge

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

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

PHPackages © 2026

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