An open API service indexing awesome lists of open source software.

https://github.com/dmarkic/orm

Async ORM for ReactPHP (https://reactphp.org/)
https://github.com/dmarkic/orm

async database orm reactphp

Last synced: 7 days ago
JSON representation

Async ORM for ReactPHP (https://reactphp.org/)

Awesome Lists containing this project

README

          

# Async ORM

[![CI status](https://github.com/dmarkic/orm/actions/workflows/ci.yml/badge.svg)](https://github.com/dmarkic/orm/actions)

Async Object–relational mapping for [ReactPHP](https://reactphp.org/).

> **Development version**: This project is currently in development.

**Table of contents**

* [Example](#example)
* [Usage](#usage)
* [Install](#install)
* [Tests](#tests)
* [License](#license)

## Example

See example [Bookstore respository](https://github.com/dmarkic/orm-bookstore-example).

This example uses [blrf/dbal](https://github.com/dmarkic/dbal) and [framework-x](https://github.com/reactphp-framework/framework-x) to showcase current ORM development.

## Usage

Please see the [ORM documentation site](https://blrf.net/orm/).

## 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](LICENSE).

## Todo