arthurnacious / quarry
A minimal, modern PHP ORM with connection pooling
dev-main
2025-10-29 20:26 UTC
Requires
- php: ^8.1
- ext-json: *
- ext-pdo: *
- symfony/console: ^6.0
- symfony/dotenv: ^6.0
Requires (Dev)
- openswoole/ide-helper: ^22.1
- phpunit/phpunit: ^10.0
- swoole/ide-helper: ^6.0
- symfony/var-dumper: ^6.0
This package is auto-updated.
Last update: 2026-03-01 00:48:14 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