arthurnacious / quarry
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
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: 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