PHPackages                             naftali100/async-orm - 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. naftali100/async-orm

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

naftali100/async-orm
====================

async orm library

v0.1.3.1(3y ago)043PHP

Since Oct 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/naftali100/async-orm)[ Packagist](https://packagist.org/packages/naftali100/async-orm)[ RSS](/packages/naftali100-async-orm/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (3)Versions (9)Used By (0)

async-orm
=========

[](#async-orm)

async orm lib inspired by [redbean](https://redbeanphp.com)

implements only the basic CURD functionality (no relations atm)

usage
=====

[](#usage)

almost the same as redbean. notice the `yield` every time you do db call

```
Amp\Loop::run(function(){
    yield ORM::connect('127.0.0.1', 'user', 'pass', 'db');

    $user = ORM::create('user');
    $user->name = 'john';
    $userid = yield ROM::store($user);

    $same_user = yield ORM::load('user', $userid);
    print $same_user->id; // id
    print $same_user->name; // john
});
```

todo
----

[](#todo)

- tests
- relations
- fix structure

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Recently: every ~8 days

Total

7

Last Release

1246d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/naftali100-async-orm/health.svg)

```
[![Health](https://phpackages.com/badges/naftali100-async-orm/health.svg)](https://phpackages.com/packages/naftali100-async-orm)
```

###  Alternatives

[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.5k902.0k23](/packages/danog-madelineproto)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[amphp/mysql

Asynchronous MySQL client for PHP based on Amp.

3771.1M36](/packages/amphp-mysql)[amphp/postgres

Asynchronous PostgreSQL client for Amp.

109584.1k37](/packages/amphp-postgres)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5186.0k18](/packages/phel-lang-phel-lang)[amphp/sql

Asynchronous SQL client for Amp.

201.3M14](/packages/amphp-sql)

PHPackages © 2026

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