infixs/wordpress-eloquent

ORM Database, lightweight, practical and easy management of the Wordpress database, using $wpdb internally, inspired by Laravel Eloquent.

v1.0.2 2024-09-18 22:36 UTC

This package is not auto-updated.

Last update: 2025-07-10 02:37:15 UTC


README

Wordpress Eloquent created by Infixs is a Composer package for Wordpress plugin developers. This package helps developers manage the database more easily, inspired by Laravel Eloquent, with identical methods and usage.

Did you like this repository? Please give me a star ⭐ on this project on github and contribute to the project.

Features

  • Simple and Lightweight: Designed to be simple and lightweight, making it easy to integrate into your Wordpress projects.
  • Inspired by Laravel Eloquent: Provides a familiar API for those who have used Laravel Eloquent.
  • Uses $wpdb Internally: Utilizes $wpdb under the hood, abstracting and adding security when working with the Wordpress database.

Installation

You can install the package via Composer:

composer require infixs/wordpress-eloquent

Support and Contribution

If you encounter any issues or have suggestions for improvements, feel free to open an issue on the GitHub repository.

If you want to contribute, please open a pull request in the repository.

Happy Coding!