PHPackages                             conia/quma - 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. conia/quma

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

conia/quma
==========

A 'no ORM' database library which uses plain SQL files

0106[1 PRs](https://github.com/coniadev/quma/pulls)PHP

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/coniadev/quma)[ Packagist](https://packagist.org/packages/conia/quma)[ RSS](/packages/conia-quma/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Quma
====

[](#quma)

[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)[![Coverage Status](https://camo.githubusercontent.com/3b01aa43cd08d16e048c288663e72b1c3117e2e2abd92361f0e6056b2ffc5f61/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f636f6e69616465762f71756d612e737667)](https://scrutinizer-ci.com/g/coniadev/quma/code-structure)[![Psalm coverage](https://camo.githubusercontent.com/f4419b88e2cd9d41b41652d92292eca247ef95db3178e3f950edafd225b459c8/68747470733a2f2f73686570686572642e6465762f6769746875622f636f6e69616465762f71756d612f636f7665726167652e7376673f)](https://shepherd.dev/github/coniadev/quma)[![Psalm level](https://camo.githubusercontent.com/3d1c985f6228820d4e0250feb9ea6b62ae09dd3fa18ad40e9a5a56a3a5564316/68747470733a2f2f73686570686572642e6465762f6769746875622f636f6e69616465762f71756d612f6c6576656c2e7376673f)](https://conia.dev/quma)[![Quality Score](https://camo.githubusercontent.com/bd4957aecb13758d5c2752671df467824947858caa63544d58abe3b9711cc568/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f636f6e69616465762f71756d612e737667)](https://scrutinizer-ci.com/g/coniadev/quma)

Quma is a PHP port of the similary named Python library [quma](https://quma.readthedocs.io).

Test Databases
--------------

[](#test-databases)

### Mysql

[](#mysql)

```
CREATE DATABASE quma_db;
CREATE USER quma_user@'%' IDENTIFIED BY 'quma_password';
GRANT ALL ON quma_db.* TO quma_user@'%';

```

### PostgreSQL

[](#postgresql)

```
CREATE DATABASE quma_db WITH TEMPLATE = template0 ENCODING = 'UTF8';
CREATE USER quma_user PASSWORD 'quma_password';
GRANT ALL PRIVILEGES ON DATABASE quma_db TO quma_user;
ALTER DATABASE quma_db OWNER TO quma_user;

```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c15f1690b643e5cbf205fd28f3b2ebb6c7448d34774bb92b7952150c901a689?d=identicon)[ernstla](/maintainers/ernstla)

---

Top Contributors

[![ernstla](https://avatars.githubusercontent.com/u/683620?v=4)](https://github.com/ernstla "ernstla (56 commits)")

### Embed Badge

![Health badge](/badges/conia-quma/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

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

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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