PHPORM Doctrine mainly used with Symfony

Doctrine ORM (Object-Relational Mapping) is a library for PHP that provides a simple and efficient way to map object-oriented models to relational databases. It allows you to work with database data as objects, rather than writing raw SQL queries or using a data mapper pattern.