Introduction
Map a PHP class to a table with attributes, then read and write it through a typed store.
Installation
Requirements, the Composer package, and wiring an EntityManager.
Getting started
Map a class, read a row back as that class, and write one.
Entity manager and stores
EntityManager, EntityStore, choosing a connection, and what a write returns.
Mapping
3 items
Querying
Conditions, ordering, paging, and the four ways to run an entity query.
Converters
2 items
Error handling
The exception hierarchy, the context each exception carries, and what to log.