PHPackages                             drizzle-php/drizzle-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. drizzle-php/drizzle-php

ActiveLibrary[Database &amp; ORM](/categories/database)

drizzle-php/drizzle-php
=======================

A fast, type-safe PHP ORM inspired by Drizzle

v2.1(6mo ago)17MITPHPPHP &gt;=8.1CI failing

Since Jul 18Pushed 6mo agoCompare

[ Source](https://github.com/araneta/DrizzlePHP)[ Packagist](https://packagist.org/packages/drizzle-php/drizzle-php)[ RSS](/packages/drizzle-php-drizzle-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

DrizzlePHP ORM
==============

[](#drizzlephp-orm)

A high-performance, type-safe PHP ORM inspired by Drizzle ORM.

Features
--------

[](#features)

- 🚀 **High Performance** - Faster than Laravel Eloquent
- 🛡️ **Type Safety** - Static typing with IDE autocompletion
- 📝 **Drizzle-like Syntax** - Familiar chainable query builder
- 🔗 **Full Join Support** - Inner, left, and complex joins
- 👁️ **Database Views** - First-class view support
- 💾 **Minimal Memory** - Lightweight with minimal overhead

Installation
------------

[](#installation)

```
composer require drizzle-php/drizzle-php
```

Quick Start
-----------

[](#quick-start)

```
