Skip to content

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

License

Notifications You must be signed in to change notification settings

WyriHaximus/reactphp-simple-orm

Repository files navigation

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