Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunge committed Mar 17, 2016
1 parent e49ccf6 commit 6e196f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ The following versions of PHP are supported by this version.

An example can be found in this [blog post](http://bit.ly/php-orm).

## Features

- Entities as POPO (Plain-old PHP objects)
- Auto-Suggesting entity definition and custom definition
- Hydration from data to entity and vice versa
- Entity aware query builder

## Concept

### Entities
Expand All @@ -74,7 +81,7 @@ Entity classes could also be instances of [`stdClass`](http://php.net/manual/en/

### Provider

The provider is preparing and computing definitions of a single entity. The provider is a link between independent
The provider suggests and provides entity definitions and two-way-hydration and entity itself. The provider is a link between independent
entity and mapper or query.

### Mappers
Expand Down

0 comments on commit 6e196f5

Please sign in to comment.