PHPackages                             zualex/sqlcvs - 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. zualex/sqlcvs

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

zualex/sqlcvs
=============

PHP class for working SQL and CVS

1.0.0(9y ago)013MITPHPPHP &gt;=5.4.0

Since Nov 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zualex/SqlCvs)[ Packagist](https://packagist.org/packages/zualex/sqlcvs)[ Docs](https://github.com/zualex/sqlcvs)[ RSS](/packages/zualex-sqlcvs/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SqlCvs
======

[](#sqlcvs)

PHP class for working SQL and CVS.

Exmaple
-------

[](#exmaple)

```
require_once __DIR__ . '/vendor/autoload.php';

use \SqlCvs\SqlCvs;

$sqlCvs = new SqlCvs('mysql:dbname=test_db;host=127.0.0.1', 'root', '');
$table = 'my_table2';

if (!$sqlCvs->isExistTable($table)) {
    $sqlCvs->import($table, 'tests/example.cvs');
}

$sqlCvs->setTable($table);
$row = $sqlCvs->getRandomRow();
if (count($row)) {
    $sqlCvs->update($row['id'], ['status' => 1]);
    echo $row['value'];
}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3528d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6937109?v=4)[Aleksandr Zubarev](/maintainers/zualex)[@zualex](https://github.com/zualex)

---

Top Contributors

[![zualex](https://avatars.githubusercontent.com/u/6937109?v=4)](https://github.com/zualex "zualex (7 commits)")

---

Tags

mysqlsqlitepostgresqlsqlimportcvs

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k605.0M6.7k](/packages/doctrine-dbal)[catfan/medoo

The lightweight PHP database framework to accelerate development

5.0k1.6M203](/packages/catfan-medoo)[cycle/orm

PHP DataMapper ORM and Data Modelling Engine

1.3k888.3k77](/packages/cycle-orm)[usmanhalalit/pixie

A lightweight, expressive, framework agnostic query builder for PHP.

6882.2M16](/packages/usmanhalalit-pixie)[aura/sqlquery

Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.

4883.1M37](/packages/aura-sqlquery)[matthiasmullie/scrapbook

Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.

3232.8M42](/packages/matthiasmullie-scrapbook)

PHPackages © 2026

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