PHPackages                             richard4339/pipsqueek-sqlite - 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. [Database &amp; ORM](/categories/database)
4. /
5. richard4339/pipsqueek-sqlite

ActiveLibrary[Database &amp; ORM](/categories/database)

richard4339/pipsqueek-sqlite
============================

Extension of the Medoo SQLite extension with specific logic

1.1.3(8y ago)018MITPHPPHP &gt;=5.6

Since Jan 21Pushed 8y agoCompare

[ Source](https://github.com/richard4339/pipsqueek-sqlite)[ Packagist](https://packagist.org/packages/richard4339/pipsqueek-sqlite)[ RSS](/packages/richard4339-pipsqueek-sqlite/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (9)Used By (0)

Pipsqueek SQLite
================

[](#pipsqueek-sqlite)

[![Latest Stable Version](https://camo.githubusercontent.com/d680f89fc52ff3ebca076c79497f30a86d3caed38d292a9a13f5062850946e4e/68747470733a2f2f706f7365722e707567782e6f72672f72696368617264343333392f70697073717565656b2d73716c6974652f762f737461626c65)](https://packagist.org/packages/richard4339/pipsqueek-sqlite)[![Total Downloads](https://camo.githubusercontent.com/151f2734bece02fe7ef032181e29d746df407a6e965c753d6e76278930a487f1/68747470733a2f2f706f7365722e707567782e6f72672f72696368617264343333392f70697073717565656b2d73716c6974652f646f776e6c6f616473)](https://packagist.org/packages/richard4339/pipsqueek-sqlite)[![Latest Unstable Version](https://camo.githubusercontent.com/2d48246929126f87069d39375acb133b89ad36defd56e11afb99d7beba172fa9/68747470733a2f2f706f7365722e707567782e6f72672f72696368617264343333392f70697073717565656b2d73716c6974652f762f756e737461626c65)](https://packagist.org/packages/richard4339/pipsqueek-sqlite)[![License](https://camo.githubusercontent.com/63abec79725eed5a7efcfd29b880ed3d89016831d5f182de430a2a2616344ace/68747470733a2f2f706f7365722e707567782e6f72672f72696368617264343333392f70697073717565656b2d73716c6974652f6c6963656e7365)](https://packagist.org/packages/richard4339/pipsqueek-sqlite)[![composer.lock](https://camo.githubusercontent.com/054759d0389bb1d0bb754d4ca547c9955c1d53f73800bfc38ef7ff09e67419c2/68747470733a2f2f706f7365722e707567782e6f72672f72696368617264343333392f70697073717565656b2d73716c6974652f636f6d706f7365726c6f636b)](https://packagist.org/packages/richard4339/pipsqueek-sqlite)[![Build Status](https://camo.githubusercontent.com/42f25f1baee38c10e48a5ef09249a8df80f14605036c8ede1a311622b8f3be02/68747470733a2f2f7472617669732d63692e6f72672f72696368617264343333392f70697073717565656b2d73716c6974652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/richard4339/pipsqueek-sqlite)

SQLite addon for [Medoo](https://medoo.in) with constructor, meant for the PipSqueek Bot but usable anywhere

Install via composer
--------------------

[](#install-via-composer)

```
$ composer require richard4339/pipsqueek-sqlite

```

Usage
-----

[](#usage)

```
use Pipsqueek\DB\SQLite\DB;

require 'vendor/autoload.php';

// Initialize
$db = new DB([
    'database_type' => 'sqlite',
    'database_file' => DBPATH
]);

$where["chatid"] = 12345;

$results = $db->getRandom(SOMETABLE, ["column1", "column2"], $where);
```

See more specifics on [Medoo](https://medoo.in) itself on their [Readme](https://github.com/catfan/Medoo/blob/master/README.md#get-started) or their [website](https://medoo.in)

Links
-----

[](#links)

- [Medoo website](https://medoo.in)
- [PipSqueek IRC Bot](https://github.com/mozor/pipsqueek)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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

Recently: every ~0 days

Total

9

Last Release

3264d ago

Major Versions

0.1 → 1.0.02017-01-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100804?v=4)[Richard](/maintainers/richard4339)[@richard4339](https://github.com/richard4339)

---

Top Contributors

[![richard4339](https://avatars.githubusercontent.com/u/100804?v=4)](https://github.com/richard4339 "richard4339 (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/richard4339-pipsqueek-sqlite/health.svg)

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

PHPackages © 2026

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