blrf/orm

Async ORM for ReactPHP.

dev-main 2024-04-25 17:55 UTC

This package is auto-updated.

Last update: 2024-04-25 17:56:10 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