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 1mo 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 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

1196d 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

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.4k855.0k18](/packages/danog-madelineproto)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[amphp/mysql

Asynchronous MySQL client for PHP based on Amp.

3761.1M27](/packages/amphp-mysql)[amphp/postgres

Asynchronous PostgreSQL client for Amp.

110509.8k27](/packages/amphp-postgres)

PHPackages © 2026

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