natilosir/orm-wordpress

A lightweight PHP ORM package for WordPress

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.1 2025-04-24 11:31 UTC

This package is not auto-updated.

Last update: 2025-07-04 07:29:54 UTC


README

A lightweight and powerful Object-Relational Mapping (ORM) implementation for WordPress, bringing Eloquent-style syntax and fluent query building to WordPress database operations.

Requirements

  • PHP 5.4 or higher
  • WordPress 4.0 or higher
  • Composer (for installation)

Installation

  1. Install via Composer:
composer require natilosir/ORM-WordPress
  1. Move the ORM to your WordPress plugins directory:
php vendor/natilosir/orm-wordpress/move-to-plugins.php
  1. Activate the plugin through WordPress admin panel.

Documentation For complete documentation, usage examples, and API reference, please visit:

read documents