blrf / orm
Async ORM for ReactPHP.
dev-main
2024-04-25 17:55 UTC
Requires
- php: >=8.1.0
- blrf/dbal: ^1
- psr/container: ^2.0
- psr/log: ^3.0
- react/async: ^4.2
Requires (Dev)
- phpstan/phpstan: 2.0.x-dev
- phpunit/phpunit: 11.1 || ^10
This package is auto-updated.
Last update: 2025-02-25 19:50:57 UTC
README
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.