With a comprehensive open source management solution like the Tidelift Subscription, organizations can efficiently manage the ways development teams use thousands of open source components across JavaScript, Java, Python, Swift, and Golang. (Beta-compatible with Rust, C#, Ruby, and PHP.) Improve the health, security, and resilience of the open source used in their applications with catalogs of known-good, proactively maintained open source components—backed by maintainers.
Doctrine ORM is part of the Doctrine Project, which is the home to several PHP libraries primarily focused on database storage and object mapping. Doctrine ORM, an Object Relational Mapper (ORM), is one of the core projects, and sits on top of a powerful database abstraction layer (DBAL).
One of Doctrine ORM's key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), which provides developers with a powerful alternative to SQL that maintains flexibility without unnecessary code duplication.
Doctrine ORM has been downloaded more than 60 million times. You can learn more about Doctrine ORM on the project docs.
Doctrine ORM is available via Packagist.