sematico / wp-fluent-query
A database toolkit to use Laravel Eloquent in WordPress without establishing an additional connection to the database.
Requires
- illuminate/database: ^8.63
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.0
- phpcompatibility/php-compatibility: ^9.3
- phpunit/phpunit: ^7.0
- symfony/var-dumper: ^5.1
- wp-coding-standards/wpcs: dev-master
This package is auto-updated.
Last update: 2024-05-27 15:24:23 UTC
README
WP Fluent Query
The power of Laravel Eloquent in WordPress.
Explore the documentation →
ℹ️ About WP Fluent Query
WP Fluent Query provides a convenient wrapper around Eloquent. It acts as a layer sitting on top of the internal WordPress $wpdb class and all queries are run through it.
⚠️ This package is currently in beta. Breaking changes may occur until version 1.0.0 is tagged.
✅ Requirements
- PHP 7.3 or higher.
- Composer
📖 Usage
🚨 Security Issues
If you discover a security vulnerability within Fluent Query, please email alessandro.tesoro@icloud.com. All security vulnerabilities will be promptly addressed.
🔖 License
Distributed under the MIT License. See LICENSE
for more information.