blrf/orm

Async ORM for ReactPHP.

Maintainers

Details

github.com/dmarkic/orm

Source

Issues

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/blrf/orm

dev-main 2025-08-08 09:05 UTC

This package is auto-updated.

Last update: 2025-10-08 09:34:52 UTC


README

CI status

Async Object–relational mapping for ReactPHP.

Development version: This project is currently in development.

Table of contents

Example

See example Bookstore respository.

This example uses blrf/dbal and framework-x to showcase current ORM development.

Usage

Please see the ORM documentation site.

Install

composer require blrf/orm:dev-main

Tests

To run the test suite, go to project root and run:

vendor/bin/phpunit

License

MIT, see LICENSE file.

Todo