PHPackages                             doyevaristo/liquet-database - 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. doyevaristo/liquet-database

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

doyevaristo/liquet-database
===========================

use mysql queries and and efficiently import thousands of records from csv

v1.0.1(9y ago)015MITPHP

Since Jun 6Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Liquet Database
===============

[](#liquet-database)

Simple data MySQL query runner and imports database records from big data CSV.

Made this library for loading layer of Data Warehousing

### Features:

[](#features)

- runs query in straight forward manner
- Import huge csv. Either update the existing record or add new records.

Usage:

```
use Doyevaristo\LiquetDatabase\CsvReader;
use Doyevaristo\LiquetDatabase\LiquetCSVImporter;
use Doyevaristo\LiquetDatabase\LiquetDatabase;

$liquetDatabase = new LiquetDatabase('db_username','db_password','db_database','db_hostname');
$csvReader = new CsvReader();
$csvImporter = new LiquetCSVImporter($liquetDatabase,$csvReader);
$csvImporter
    ->table('your_table_name')
    ->import($file);

```

Notes:

- CSV must have header same with table column name

To Do:

- Improve documentation
- Unit testing

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Unknown

Total

1

Last Release

3305d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4596596?v=4)[Doy Evaristo](/maintainers/doyevaristo)[@doyevaristo](https://github.com/doyevaristo)

### Embed Badge

![Health badge](/badges/doyevaristo-liquet-database/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)

PHPackages © 2026

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