Skip to content

Commit

Permalink
add status note
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed Jan 30, 2017
1 parent 72f367a commit 366a135
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ plain and obvious that there are differences, both in terms of capabilities and
We favor simplicity over ease of use - this library minimally abstracts PDO and stays reasonably close to SQL
and the relational model, rather than attempting to hide it.

### Project Status

Per [SimVersion](https://simversion.github.io/), the `0.x` release series is *feature-incomplete*, *not* "unstable",
and will not transition to `1.x` until it is feature-complete.

The project has been widely used on many internal projects in our organization - it is "stable", but is still
subject to changes, and will remain so for the foreseeable future.

The public API has been largely stable for many releases - at this point, most breaking changes are changes to
the internal `protected` portion of the API; typically, a major `0.x+1` release has very little impact on client code.

### Contributions

Current target is php 5.5 and later, see `.travis.yml`.
Expand Down

0 comments on commit 366a135

Please sign in to comment.