mightydes / enjoin
Multi dialect ORM for PHP inspired by Sequelize.JS
Installs: 1 044
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 3
Open Issues: 0
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: 2024-10-29 04:47:20 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.