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/)
- Host: GitHub
- URL: https://github.com/dmarkic/orm
- Owner: dmarkic
- License: mit
- Created: 2024-03-17T11:29:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-08T09:05:55.000Z (5 months ago)
- Last Synced: 2025-10-11T10:58:01.613Z (3 months ago)
- Topics: async, database, orm, reactphp
- Language: PHP
- Homepage: https://blrf.net/orm/
- Size: 158 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Async ORM
[](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