Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Outlet - object-to-relational mapping for PHP

  • Share this:
post-title
Outlet differs from other orm solutions for php in that it provides transparent, unobtrusive persistence. It does not require your entity objects to implement any interfaces or extend some sort of base class. It is also very lightweight, only a handful of classes and tools.

It uses an approach similar to hibernate in java, using proxy objects that save the data behind the scenes. This library is not about database abstraction (although it does provide some abstraction). It is about using objects to model domain concepts.
http://www.outlet-orm.org/
License:
Tech: