wyrihaximus / react-simple-orm
EXPERIMENTAL: Package to see how feasible a simple ORM in ReactPHP is
Fund package maintenance!
WyriHaximus
Installs: 7 121
Dependents: 2
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 0
Open Issues: 2
Requires
- php: ^8 || ^7.4
- api-clients/rx: ^2.3.0
- doctrine/annotations: ^1.13
- latitude/latitude: ^4.1
- ocramius/generated-hydrator: ^4.1
- ramsey/uuid: ^4.2.3
- react/dns: ^1.9
- react/event-loop: ^1.3
- react/promise: ^2.9
- react/stream: ^1.1
- reactivex/rxphp: ^2.0
- roave/better-reflection: ^5 || ^4.0
- thecodingmachine/safe: ^1.3
- voryx/pgasync: ^2.0
- wyrihaximus/constants: ^1.5
- wyrihaximus/doctrine-annotation-autoloader: ^1.0
- wyrihaximus/iterator-or-array-to-array: ^1.2
Requires (Dev)
- robmorgan/phinx: ^0.12.11
- symfony/yaml: ^5.4
- vlucas/phpdotenv: ^5.4
- wyrihaximus/async-test-utilities: ^4.2
This package is auto-updated.
Last update: 2022-08-07 12:38:34 UTC
README
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