Ting - Documentation

  • Simple: no magic inside : it’s basically SQL queries
  • Fast: with no magic comes no overhead
  • Supports Mysql and PostgreSQL

Why another datamapper for PHP?

Great datamappers for MySQL and PostgreSQL already exist. However the most popular tools are complex and hard to master requiring new skills to query databases or boring xml files to describe the database. Ting has been created with the simplicity as a credo.

Ting is not an ORM, because it doesn’t fully support relations between objects. But you can easily build join queries and retrieve every objects involved in your query.