mightydes / enjoin
Multi dialect ORM for PHP inspired by Sequelize.JS
Installs: 1 217
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Open Issues: 0
pkg:composer/mightydes/enjoin
Requires
- php: >=7.1.3
 - doctrine/inflector: 1.3.*
 - illuminate/container: 5.5.*
 - illuminate/database: 5.5.*
 - illuminate/redis: 5.5.*
 - illuminate/translation: 5.5.*
 - illuminate/validation: 5.5.*
 - nesbot/carbon: ~1.0
 - panique/pdo-debug: 0.2
 
Requires (Dev)
- caouecs/laravel-lang: ~3.0
 - phpunit/phpunit: ^4.8
 - raveren/kint: ^1.0
 - vlucas/phpdotenv: ~2.4
 
This package is auto-updated.
Last update: 2025-10-29 01:40:10 UTC
README
Introduction
Enjoin is an active-record ORM for PHP. Enjoin built on Laravel Components and inspired by Sequelize for Node.js. It supports MySQL and PostgreSQL dialects. Unlike Eloquent, Enjoin features eager loading, built-in validation and more.