Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 224 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 224 Bytes

reactphp-simple-orm

EXPERIMENTAL: Opinionated package to see how feasible a simple ORM in ReactPHP is

Goals:

  • Entities
  • CRUD
  • No transactions
  • No query builder (yet)
  • RxPHP based
  • Simple reading data into entities