PHPackages                             xeki-tech/db - 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. [Templating &amp; Views](/categories/templating)
4. /
5. xeki-tech/db

ActiveLibrary[Templating &amp; Views](/categories/templating)

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

db for xeki framework

1.0.3(4y ago)03.4k↓34.4%PHPPHP &gt;=7.2.5

Since Jul 19Pushed 4y ago1 watchersCompare

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

READMEChangelog (6)DependenciesVersions (4)Used By (0)

Xeki php Admin
==============

[](#xeki-php-admin)

SQL for xeki

Todo
----

[](#todo)

Instalation
-----------

[](#instalation)

### Xeki install

[](#xeki-install)

In console

```
    composer require xeki-tech/db

```

Copy config

```
 temporal

```

### Manual

[](#manual)

- Clone
- Add to

How use
-------

[](#how-use)

### Load Module

[](#load-module)

```
$sql = \xeki\module_manager::import_module('xeki_db_sql', 'main');

```

### Manual query

[](#manual-query)

```
$res = $sql->query("SELECT * FROM xeki_table where active='on' order by order_list asc");
foreach($res as $item){
    d($item); // print on xeki
}

```

### Update

[](#update)

```
$data = array(
    "email" => $user['new_email'],
);
$sql->update("user", $data, "field='{$value}'");

```

### Insert

[](#insert)

```
$data = array(
    "email" => $user['new_email'],
);
$sql->insert("user", $data);

```

### Delete

[](#delete)

```

$data_array=[];
$data_array['title']="":
$sql->update("tableName", $data_array, "sku='cd22'");

$sql->delete($table = null, $conditions = 'FALSE')

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

3

Last Release

1810d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2001085?v=4)[Luis Patt](/maintainers/liuspatt)[@liuspatt](https://github.com/liuspatt)

---

Top Contributors

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

---

Tags

templating

### Embed Badge

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

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

###  Alternatives

[twig/twig

Twig, the flexible, fast, and secure template language for PHP

8.7k465.7M7.2k](/packages/twig-twig)[mustache/mustache

A Mustache implementation in PHP.

3.3k47.6M324](/packages/mustache-mustache)[smarty/smarty

Smarty - the compiling PHP template engine

2.4k41.8M457](/packages/smarty-smarty)[timber/timber

Create WordPress themes with beautiful OOP code and the Twig Template Engine

5.7k3.7M132](/packages/timber-timber)[league/plates

Plates, the native PHP template system that's fast, easy to use and easy to extend.

1.5k6.2M272](/packages/league-plates)[eftec/bladeone

The standalone version Blade Template Engine from Laravel in a single php file

8379.7M104](/packages/eftec-bladeone)

PHPackages © 2026

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