PHPackages                             ubermanu/donnee - 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. ubermanu/donnee

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

ubermanu/donnee
===============

Tiny database abstraction based on sed

1.2.0(4y ago)03MITPHPPHP ~8

Since Nov 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ubermanu/donnee)[ Packagist](https://packagist.org/packages/ubermanu/donnee)[ RSS](/packages/ubermanu-donnee/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Donnée
======

[](#donnée)

Tiny database abstraction based on sed

Install
-------

[](#install)

```
composer require ubermanu/donnee
```

Usage
-----

[](#usage)

```
$db = new \Donnee\Donnee('file.txt');

$insertedId = $db->insert('some string');
// 1

echo $db->get(1);
// 'some string'

$db->update(1, 'new string');
echo $db->get(1);
// 'new string'

$db->delete(1);
var_dump($db->get(1));
// null
```

Tests
-----

[](#tests)

```
vendor/bin/phpunit
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

4

Last Release

1693d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bee3b2a3771b96f38ee3e2cb0f6720bd6c38ebc232bebadff61a8b4891d45f32?d=identicon)[ubermanu](/maintainers/ubermanu)

---

Top Contributors

[![ubermanu](https://avatars.githubusercontent.com/u/1533514?v=4)](https://github.com/ubermanu "ubermanu (16 commits)")

---

Tags

databasekey-valuephpsed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ubermanu-donnee/health.svg)

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

###  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)
