/reactphp-simple-orm

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

Primary LanguagePHPMIT LicenseMIT

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