---
title: "ORM Project"
description: "Models and Entities"
type: "docs"
category: "doc"
tags: [php]
authors: [Anonymous]
date: "2026-09-09"
last_update: "2026-09-09"
time_minutes: 1
draft: false
unlisted: false
url: "https://www.derafu.dev/docs/data/orm"
---

# Models and Entities

![GitHub last commit](https://img.shields.io/github/last-commit/derafu/orm/main)
![CI Workflow](https://github.com/derafu/orm/actions/workflows/ci.yml/badge.svg?branch=main&event=push)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/derafu/orm)
![GitHub Issues](https://img.shields.io/github/issues-raw/derafu/orm)
![Total Downloads](https://poser.pugx.org/derafu/orm/downloads)
![Monthly Downloads](https://poser.pugx.org/derafu/orm/d/monthly)

> Since 2006, [I participated in FLISoL](https://flisol.info/FLISOL2006/Chile/Valparaiso). In 2014, I presented [SowerPHP at UTEM (Santiago, Chile)](https://www.cnsl.cl/index.php/noticias/81-blog/isabel/1063-programa-flisol-santiago-2014). Years before, I presented MiPaGiNa at the University of Chile. On that occasion, someone in the audience said to me "Oh, you built an ORM," and I said, "What is that?" That day, during the presentation I was giving, I learned what an ORM was. This project compiles the ideas that have appeared in my mind over the years. Always with the goal of making everything "automagical."
>
> -- <cite>Esteban De La Fuente Rubio</cite>

## Ideas

> [!NOTE] WIP
>
> Work In Progress.



---
Last updated on 09/09/2026
#php
