A minimal, modern PHP ORM with connection pooling

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/arthurnacious/quarry

dev-main 2025-10-29 20:26 UTC

This package is auto-updated.

Last update: 2025-10-29 20:26:37 UTC


README

A minimal, modern PHP ORM with connection pooling that works anywhere - from traditional PHP to Swoole/OpenSwoole microservices.

Features

  • 🚀 Zero-Config Setup - Start querying immediately after composer require
  • 🔄 Connection Pooling - Built-in pooling with multiple strategies
  • 🏗️ Framework Agnostic - Works with any framework or raw PHP
  • ⚡ High Performance - Optimized for both traditional and async environments
  • 📝 Explicit & Minimal - No magic, clear what's happening
  • 🔧 Type-Safe - PHP 8.1+ with strict typing

Quick Start

Installation

composer require arthurnacious/quarry